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:
Niels de Vos 2023-05-15 13:24:21 +02:00 committed by mergify[bot]
parent 745d2ace92
commit 52ebfa6b97

View File

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