mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00:00
Add examples to match all repo files (#600)
This commit is contained in:
11
README.md
11
README.md
@@ -84,6 +84,17 @@ source:
|
|||||||
frontend:
|
frontend:
|
||||||
- any: ['src/**/*.js']
|
- any: ['src/**/*.js']
|
||||||
all: ['!src/main.js']
|
all: ['!src/main.js']
|
||||||
|
|
||||||
|
# Add the 'AnyChange' label to any changes within the entire repository if the 'dot' option is set to 'false'
|
||||||
|
AnyChange:
|
||||||
|
- '**'
|
||||||
|
- '**/.*'
|
||||||
|
- '**/.*/**'
|
||||||
|
- '**/.*/**/.*'
|
||||||
|
|
||||||
|
# Add the 'AnyChange' label to any changes within the entire repository if the 'dot' option is set to 'true'
|
||||||
|
AnyChange:
|
||||||
|
- '**'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create Workflow
|
### Create Workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user