Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 8693b45

Browse files
nielslangekmanijak
andauthored
Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ (#9173)
* Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ * Adjust workflow * Add test file for #9173 (#9174) * Remove the file created for testing purpose (#9177) --------- Co-authored-by: Karol Manijak <[email protected]>
1 parent 04cf1b3 commit 8693b45

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/merged-with-labels.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ name: Merged Pull Requests
66

77
jobs:
88
remove_labels:
9+
name: Remove labels
910
runs-on: ubuntu-latest
1011
steps:
11-
- uses: actions-ecosystem/action-remove-labels@v1
12+
- uses: mondeja/remove-labels-gh-action@v1
1213
with:
13-
github_token: ${{ secrets.GITHUB_TOKEN }}
14-
labels: 'status: ready to merge'
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
labels: |
16+
status: ready to merge

0 commit comments

Comments
 (0)