.github/labeler-no-sync: fix backport labels
Matching on !ci/OWNERS was a mistake, because it's matching *every* PR with a change to a non-OWNERS file. This is not fixable with negation rules in the labeler, but we can take advantage of the fact that OWNERS doesn't have a "." in its name. Also, we used the wrong label...
This commit is contained in:
parent
3a931f3d80
commit
9c33953ba2
5
.github/labeler-no-sync.yml
vendored
5
.github/labeler-no-sync.yml
vendored
@ -1,13 +1,12 @@
|
|||||||
# This file is used by .github/workflows/labels.yml
|
# This file is used by .github/workflows/labels.yml
|
||||||
# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label
|
# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label
|
||||||
|
|
||||||
"backport: release-24.11":
|
"backport release-24.11":
|
||||||
- any:
|
- any:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- .github/workflows/*
|
- .github/workflows/*
|
||||||
- ci/**/*
|
- ci/**/*.*
|
||||||
- "!ci/OWNERS"
|
|
||||||
|
|
||||||
"6.topic: policy discussion":
|
"6.topic: policy discussion":
|
||||||
- any:
|
- any:
|
||||||
|
Loading…
Reference in New Issue
Block a user