mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +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:
|
steps:
|
||||||
- name: Copying labels
|
- name: Copying labels
|
||||||
shell: bash
|
shell: bash
|
||||||
if: startsWith(github.head_ref, 'mergify/merge queue/')
|
if: startsWith(github.head_ref, 'mergify/merge-queue/')
|
||||||
env:
|
env:
|
||||||
REPOSITORY_URL: ${{ github.server_url }}/${{ github.repository }}
|
REPOSITORY_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
MERGE_QUEUE_PR_URL: ${{ github.server_url }}/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
|
MERGE_QUEUE_PR_URL: ${{ github.server_url }}/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user