Skip to content

Commit

Permalink
Merge pull request #2431 from WordPress/dependabot/github_actions/mon…
Browse files Browse the repository at this point in the history
…deja/remove-labels-gh-action-2

GH Actions: Bump mondeja/remove-labels-gh-action from 1 to 2
  • Loading branch information
dingo-d committed Mar 19, 2024
2 parents ca9184e + 1a3c8e5 commit b54bf25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Clean up labels on PR merge

steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -31,7 +31,7 @@ jobs:
name: Clean up labels on PR close

steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -46,7 +46,7 @@ jobs:
name: Clean up labels on issue close

steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand Down

0 comments on commit b54bf25

Please sign in to comment.