Skip to content

Commit b54bf25

Browse files
authored
Merge pull request #2431 from WordPress/dependabot/github_actions/mondeja/remove-labels-gh-action-2
GH Actions: Bump mondeja/remove-labels-gh-action from 1 to 2
2 parents ca9184e + 1a3c8e5 commit b54bf25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/manage-labels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Clean up labels on PR merge
1818

1919
steps:
20-
- uses: mondeja/remove-labels-gh-action@v1
20+
- uses: mondeja/remove-labels-gh-action@v2
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
labels: |
@@ -31,7 +31,7 @@ jobs:
3131
name: Clean up labels on PR close
3232

3333
steps:
34-
- uses: mondeja/remove-labels-gh-action@v1
34+
- uses: mondeja/remove-labels-gh-action@v2
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
labels: |
@@ -46,7 +46,7 @@ jobs:
4646
name: Clean up labels on issue close
4747

4848
steps:
49-
- uses: mondeja/remove-labels-gh-action@v1
49+
- uses: mondeja/remove-labels-gh-action@v2
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
labels: |

0 commit comments

Comments
 (0)