mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
actions: Use "all-globs" instead of "any-glob" for negated checks
If we want to check if a file is not from one of the listed folders, it needs to be check that "NOT x AND NOT y AND NOT z" is true, instead of "NOT x OR NOT y OR NOT z"
This commit is contained in:
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-glob-to-all-files: ['!config/cli/**/*','!config/desktop/**/*','!config/distributions/**/*']
|
||||
- all-globs-to-all-files: ['!config/cli/**/*','!config/desktop/**/*','!config/distributions/**/*']
|
||||
|
||||
"Framework":
|
||||
- all:
|
||||
|
||||
Reference in New Issue
Block a user