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 bd7540f commit c1c214bCopy full SHA for c1c214b
.github/labeler.yml
@@ -4,11 +4,11 @@
4
# Documentation https://github.com/marketplace/actions/labeler
5
6
"type: documentation":
7
- - assets/**/*
8
- - .github/*
9
- - ./*.md
+ - changed-files:
+ - any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ]
10
11
"type: maintenance":
12
- - .github/workflows/*
+ - any-glob-to-any-file: [ '.github/workflows/*' ]
13
14
...
0 commit comments