actions: Fix typo in actions/labeler labeler.yml (#6745)
It's not "any-globs-to-all-files", but "any-glob-to-all-files"
This commit is contained in:
parent
5ea4a2c428
commit
5dcb33a960
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -14,7 +14,7 @@
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ['patch/**/*','config/**/*']
|
||||
- any-globs-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*']
|
||||
- any-glob-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*']
|
||||
|
||||
"Framework":
|
||||
- all:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user