Skip to content

Commit c1c214b

Browse files
fix: labeler
1 parent bd7540f commit c1c214b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# Documentation https://github.com/marketplace/actions/labeler
55

66
"type: documentation":
7-
- assets/**/*
8-
- .github/*
9-
- ./*.md
7+
- changed-files:
8+
- any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ]
109

1110
"type: maintenance":
12-
- .github/workflows/*
11+
- changed-files:
12+
- any-glob-to-any-file: [ '.github/workflows/*' ]
1313

1414
...

0 commit comments

Comments
 (0)