From 301c6891b59cac224e245320d3e07207eb5d7314 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Fri, 12 May 2023 11:54:04 +0700 Subject: [PATCH] =?UTF-8?q?Replace=20=E2=80=98actions-ecosystem/action-rem?= =?UTF-8?q?ove-labels=E2=80=99=20with=20=E2=80=98mondeja/remove-labels-gh-?= =?UTF-8?q?action=E2=80=99=20(https://github.com/woocommerce/woocommerce-b?= =?UTF-8?q?locks/pull/9173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ * Adjust workflow * Add test file for woocommerce/woocommerce-blocks#9173 (https://github.com/woocommerce/woocommerce-blocks/pull/9174) * Remove the file created for testing purpose (https://github.com/woocommerce/woocommerce-blocks/pull/9177) --------- Co-authored-by: Karol Manijak --- .../.github/workflows/merged-with-labels.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/woocommerce-blocks/.github/workflows/merged-with-labels.yml b/plugins/woocommerce-blocks/.github/workflows/merged-with-labels.yml index 85eff4d86c9..92a6dc79586 100644 --- a/plugins/woocommerce-blocks/.github/workflows/merged-with-labels.yml +++ b/plugins/woocommerce-blocks/.github/workflows/merged-with-labels.yml @@ -6,9 +6,11 @@ name: Merged Pull Requests jobs: remove_labels: + name: Remove labels runs-on: ubuntu-latest steps: - - uses: actions-ecosystem/action-remove-labels@v1 + - uses: mondeja/remove-labels-gh-action@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - labels: 'status: ready to merge' + token: ${{ secrets.GITHUB_TOKEN }} + labels: | + status: ready to merge