From 654786861133781b1921a01498b910a347ec8036 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 15 May 2023 17:43:54 +0200 Subject: [PATCH] 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 --- .github/workflows/mergify-copy-labels.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mergify-copy-labels.yaml b/.github/workflows/mergify-copy-labels.yaml index 4285123d2..3e3cd78cc 100644 --- a/.github/workflows/mergify-copy-labels.yaml +++ b/.github/workflows/mergify-copy-labels.yaml @@ -11,6 +11,9 @@ jobs: mergify-merge-queue-labels-copier: runs-on: ubuntu-latest steps: + - name: Checkout the repository to get the local action + uses: actions/checkout@v3 + - name: Copying labels # FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main uses: ./actions/gha-mergify-merge-queue-labels-copier/