diff --git a/actions/gha-mergify-merge-queue-labels-copier/action.yaml b/actions/gha-mergify-merge-queue-labels-copier/action.yaml index 641569d02..eb46dc5ef 100644 --- a/actions/gha-mergify-merge-queue-labels-copier/action.yaml +++ b/actions/gha-mergify-merge-queue-labels-copier/action.yaml @@ -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 }}