mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: include ci/skip/.. labels for copying into merge queue PRs
Setting an empty `labels:` fails to work as intended, no labels get copied ad all. Now setting the `ci/skip/..` labels, as those are most important for speeding up merging. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
745d2ace92
commit
52ebfa6b97
4
.github/workflows/mergify-copy-labels.yaml
vendored
4
.github/workflows/mergify-copy-labels.yaml
vendored
@ -13,5 +13,5 @@ jobs:
|
||||
- name: Copying labels
|
||||
uses: Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
||||
with:
|
||||
# labels: comma,separated,lists,of,labels,to,copy
|
||||
labels: ""
|
||||
# FIXME: empty labels should copy all, that does not work?
|
||||
labels: ci/skip/e2e,ci/skip/multi-arch-build
|
||||
|
Loading…
Reference in New Issue
Block a user