From e46f65640ccf97bd4f45b13431dfe4356fe5593f Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 15 May 2023 16:51:53 +0200 Subject: [PATCH] ci: rename `gha-mergify-merge-queue-labels-copier.yaml` to `action.yaml` It seems to be required to have the GitHub Action called `action.yaml`. Signed-off-by: Niels de Vos --- .github/workflows/mergify-copy-labels.yaml | 2 +- .../action.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename actions/{gha-mergify-merge-queue-labels-copier.yaml => gha-mergify-merge-queue-labels-copier/action.yaml} (100%) diff --git a/.github/workflows/mergify-copy-labels.yaml b/.github/workflows/mergify-copy-labels.yaml index 821223cda..4285123d2 100644 --- a/.github/workflows/mergify-copy-labels.yaml +++ b/.github/workflows/mergify-copy-labels.yaml @@ -13,4 +13,4 @@ jobs: steps: - name: Copying labels # FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main - uses: ./actions/gha-mergify-merge-queue-labels-copier.yaml + uses: ./actions/gha-mergify-merge-queue-labels-copier/ diff --git a/actions/gha-mergify-merge-queue-labels-copier.yaml b/actions/gha-mergify-merge-queue-labels-copier/action.yaml similarity index 100% rename from actions/gha-mergify-merge-queue-labels-copier.yaml rename to actions/gha-mergify-merge-queue-labels-copier/action.yaml