actions: Have auto-labeler check subdirectories
This fixes a lot of labels not getting applied properly.
This commit is contained in:
parent
568536a0eb
commit
5a19cb410e
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@ -14,27 +14,27 @@
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['patch/**/*','config/**/*']
|
||||
- any-glob-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*']
|
||||
- any-glob-to-all-files: ['!config/cli/**/*','!config/desktop/**/*','!config/distributions/**/*']
|
||||
|
||||
"Framework":
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['lib/*','tools/*','config/cli/*','packages/*','extensions/*']
|
||||
- any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','packages/**/*','extensions/**/*']
|
||||
|
||||
"Actions scripts":
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['.github/workflows/*']
|
||||
- any-glob-to-any-file: ['.github/workflows/**/*']
|
||||
|
||||
"Desktop":
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['config/desktop/*']
|
||||
- any-glob-to-any-file: ['config/desktop/**/*']
|
||||
|
||||
"Patches":
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['patch/*']
|
||||
- any-glob-to-any-file: ['patch/**/*']
|
||||
|
||||
# Add 'Documentation' label to any change to .md files within the entire repository
|
||||
"Documentation":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user