Add examples to match all repo files (#600)

This commit is contained in:
MaksimZhukov
2023-06-30 15:44:16 +02:00
committed by GitHub
parent e3c0d9b6cc
commit a212485147

View File

@@ -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