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 430fd72 commit d3a38baCopy full SHA for d3a38ba
.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/*', './*.md' ]
10
11
"type: maintenance":
12
- - .github/workflows/*
+ - any-glob-to-any-file: [ '.github/workflows/*' ]
13
14
...
0 commit comments