mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
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:
parent
6547868611
commit
9a9296efa1
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user