Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ (https://github.com/woocommerce/woocommerce-blocks/pull/9173)

* 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 <karol.manijak@automattic.com>
This commit is contained in:
Niels Lange 2023-05-12 11:54:04 +07:00 committed by GitHub
parent d236af2a8c
commit 301c6891b5
1 changed files with 5 additions and 3 deletions

View File

@ -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