Skip to content

Commit 0f3abfe

Browse files
authored
fix_labeler_bug (#1406)
1 parent 44ce91e commit 0f3abfe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/labeler.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
documentation:
22
- 'docs/**/*'
3-
- '*/**/*.md'
4-
- '*.md'
3+
- '**/*.md'
54

65
waiting for triage:
7-
- all: ['!docs/**/*', '!*/**/*.md', '!*.md']
6+
- any: ['**/*', '!docs/**/*', '!**/*.md']

0 commit comments

Comments
 (0)