Skip to content

Commit fddef2e

Browse files
committed
labeler: Fix syntax
I broke it earlier. Signed-off-by: Colin Walters <[email protected]>
1 parent 4a5193e commit fddef2e

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)