Skip to content

Commit 1a64d26

Browse files
authored
Merge pull request #253 from cgwalters/fix-labeler
labeler: Fix syntax
2 parents 4a5193e + fddef2e commit 1a64d26

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
documentation:
22
- changed-files:
3-
- any-glob-to-any-file: 'docs/*'
4-
- any-glob-to-any-file: 'manpages-md'
5-
- README.md
3+
- any-glob-to-any-file:
4+
- 'docs/*'
5+
- 'manpages-md/*'
6+
- README.md
7+
68
area/install:
79
- changed-files:
810
- any-glob-to-any-file: 'lib/src/install*'

0 commit comments

Comments
 (0)