From 52ebfa6b972e69b649d5ae37d7c254de1d5ce6e2 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 15 May 2023 13:24:21 +0200 Subject: [PATCH] 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 --- .github/workflows/mergify-copy-labels.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mergify-copy-labels.yaml b/.github/workflows/mergify-copy-labels.yaml index 00f8a8472..04b2ccca1 100644 --- a/.github/workflows/mergify-copy-labels.yaml +++ b/.github/workflows/mergify-copy-labels.yaml @@ -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