mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +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:
|
||||
- any: ['src/**/*.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
|
||||
|
||||
Reference in New Issue
Block a user