Skip to content

Commit 5a19cb4

Browse files
committed
actions: Have auto-labeler check subdirectories
This fixes a lot of labels not getting applied properly.
1 parent 568536a commit 5a19cb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/labeler.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
- all:
1515
- changed-files:
1616
- any-glob-to-any-file: ['patch/**/*','config/**/*']
17-
- any-glob-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*']
17+
- any-glob-to-all-files: ['!config/cli/**/*','!config/desktop/**/*','!config/distributions/**/*']
1818

1919
"Framework":
2020
- all:
2121
- changed-files:
22-
- any-glob-to-any-file: ['lib/*','tools/*','config/cli/*','packages/*','extensions/*']
22+
- any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','packages/**/*','extensions/**/*']
2323

2424
"Actions scripts":
2525
- all:
2626
- changed-files:
27-
- any-glob-to-any-file: ['.github/workflows/*']
27+
- any-glob-to-any-file: ['.github/workflows/**/*']
2828

2929
"Desktop":
3030
- all:
3131
- changed-files:
32-
- any-glob-to-any-file: ['config/desktop/*']
32+
- any-glob-to-any-file: ['config/desktop/**/*']
3333

3434
"Patches":
3535
- all:
3636
- changed-files:
37-
- any-glob-to-any-file: ['patch/*']
37+
- any-glob-to-any-file: ['patch/**/*']
3838

3939
# Add 'Documentation' label to any change to .md files within the entire repository
4040
"Documentation":

0 commit comments

Comments
 (0)