mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: checkout the local mergify-merge-queue-labels-copier
Without checking out the repository, it is not possible to run the local action. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
e46f65640c
commit
6547868611
3
.github/workflows/mergify-copy-labels.yaml
vendored
3
.github/workflows/mergify-copy-labels.yaml
vendored
@ -11,6 +11,9 @@ jobs:
|
|||||||
mergify-merge-queue-labels-copier:
|
mergify-merge-queue-labels-copier:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout the repository to get the local action
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Copying labels
|
- name: Copying labels
|
||||||
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
||||||
uses: ./actions/gha-mergify-merge-queue-labels-copier/
|
uses: ./actions/gha-mergify-merge-queue-labels-copier/
|
||||||
|
Loading…
Reference in New Issue
Block a user