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:
parent
d236af2a8c
commit
301c6891b5
|
@ -6,9 +6,11 @@ name: Merged Pull Requests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
remove_labels:
|
remove_labels:
|
||||||
|
name: Remove labels
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions-ecosystem/action-remove-labels@v1
|
- uses: mondeja/remove-labels-gh-action@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
labels: 'status: ready to merge'
|
labels: |
|
||||||
|
status: ready to merge
|
||||||
|
|
Loading…
Reference in New Issue