We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864542f commit ff7f975Copy full SHA for ff7f975
.github/labeler.yml
@@ -3,13 +3,12 @@
3
# this file is for the labeler workflow job
4
# Documentation https://github.com/marketplace/actions/labeler
5
6
-'type: documentation':
7
- - assets/**/*
8
- - .github/*
9
- - ./*.md
10
-
11
-'type: maintenance':
12
- - .github/**/*
13
- - tests/**/*
+"type: documentation":
+ - changed-files:
+ - any-glob-to-any-file: [assets/**/*, .github/*, ./*.md]
+
+"type: maintenance":
+ - any-glob-to-any-file: [tests/**/*, .github/**/*]
14
15
...
0 commit comments