ci: check for mergify/merge-queue/ string, with -

It seems that the `-` in `mergify/merge-queue/` was dropped somehow :-(

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2023-05-15 18:44:35 +02:00 committed by mergify[bot]
parent 6547868611
commit 9a9296efa1

View File

@ -18,7 +18,7 @@ runs:
steps:
- name: Copying labels
shell: bash
if: startsWith(github.head_ref, 'mergify/merge queue/')
if: startsWith(github.head_ref, 'mergify/merge-queue/')
env:
REPOSITORY_URL: ${{ github.server_url }}/${{ github.repository }}
MERGE_QUEUE_PR_URL: ${{ github.server_url }}/${{ github.repository }}/pull/${{ github.event.pull_request.number }}