ci: Mergify copy-labels requires empty string for labels:

Instead of leaving the `labels:` empty, pass an empty string `""`.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2023-05-15 09:35:43 +02:00 committed by mergify[bot]
parent be57cf9d94
commit 745d2ace92

View File

@ -14,4 +14,4 @@ jobs:
uses: Mergifyio/gha-mergify-merge-queue-labels-copier@main
with:
# labels: comma,separated,lists,of,labels,to,copy
labels:
labels: ""