actions: Have auto-labeler check subdirectories

This fixes a lot of labels not getting applied properly.
This commit is contained in:
ColorfulRhino 2024-06-19 16:39:41 +02:00
parent 568536a0eb
commit 5a19cb410e

10
.github/labeler.yml vendored
View File

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