Skip to content

Commit ff7f975

Browse files
committed
fix: update labeler
1 parent 864542f commit ff7f975

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/labeler.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
# this file is for the labeler workflow job
44
# Documentation https://github.com/marketplace/actions/labeler
55

6-
'type: documentation':
7-
- assets/**/*
8-
- .github/*
9-
- ./*.md
10-
11-
'type: maintenance':
12-
- .github/**/*
13-
- tests/**/*
6+
"type: documentation":
7+
- changed-files:
8+
- any-glob-to-any-file: [assets/**/*, .github/*, ./*.md]
9+
10+
"type: maintenance":
11+
- changed-files:
12+
- any-glob-to-any-file: [tests/**/*, .github/**/*]
1413

1514
...

0 commit comments

Comments
 (0)