Skip to content

Commit b6ab599

Browse files
authored
Fix GHA labeler config (#953)
1 parent 8d84ce5 commit b6ab599

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/labeler.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
configuration:
2-
- config/*
2+
- changed-files:
3+
- any-glob-to-any-file: 'config/*'
34

45
documentation:
5-
- '**/*.md'
6+
- changed-files:
7+
- any-glob-to-any-file: '**/*.md'

0 commit comments

Comments
 (0)