.github/labeler-no-sync.yml: automatically add backport label for PRs touching ci/
This commit is contained in:
parent
8ed4f7b5a6
commit
15b3e2d0fe
8
.github/labeler-no-sync.yml
vendored
8
.github/labeler-no-sync.yml
vendored
@ -1,6 +1,14 @@
|
||||
# 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
|
||||
|
||||
"backport: release-24.11":
|
||||
- any:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/workflows/*
|
||||
- ci/**/*
|
||||
- "!ci/OWNERS"
|
||||
|
||||
"6.topic: policy discussion":
|
||||
- any:
|
||||
- changed-files:
|
||||
|
Loading…
Reference in New Issue
Block a user