File tree Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
# labels auto assigned to PR, keep in sync with labels.yml
3
2
test :
4
- - test/**/*.spec.**
3
+ - changed-files :
4
+ - any-glob-to-any-file :
5
+ - test/**/*.spec.*
5
6
dependencies :
6
- - package.json
7
- - yarn.lock
8
- - package-lock.json
9
- documentation : -**.md
10
- -**/**/*.md
11
- - website/**/*
7
+ - changed-files :
8
+ - any-glob-to-any-file :
9
+ - package.json
10
+ - yarn.lock
11
+ - package-lock.json
12
+ documentation :
13
+ - changed-files :
14
+ - any-glob-to-any-file :
15
+ - ' **/**.md'
16
+ - website/
12
17
automation :
13
- - .github/*
14
- - .github/**/*
18
+ - changed-files :
19
+ - any-glob-to-any-file :
20
+ - .github/
15
21
core :
16
- - src/core/**/*
22
+ - changed-files :
23
+ - any-glob-to-any-file :
24
+ - src/core/
17
25
cli :
18
- - src/cli/**/*
26
+ - changed-files :
27
+ - any-glob-to-any-file :
28
+ - src/cli/
You can’t perform that action at this time.
0 commit comments