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:
ColorfulRhino
2024-06-24 21:51:58 +02:00
committed by Igor
parent 3cca9dcaed
commit c3756dae68

2
.github/labeler.yml vendored
View File

@@ -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: