Skip to content

Commit f052d58

Browse files
⬆️ Updates mondeja/remove-labels-gh-action action to v2
1 parent e6f2d46 commit f052d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/remove-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.merged
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: mondeja/remove-labels-gh-action@v1.0.0
17+
- uses: mondeja/remove-labels-gh-action@v2.0.0
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
labels: |
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: mondeja/remove-labels-gh-action@v1.0.0
35+
- uses: mondeja/remove-labels-gh-action@v2.0.0
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
labels: |
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event.issue.state == 'closed'
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: mondeja/remove-labels-gh-action@v1.0.0
47+
- uses: mondeja/remove-labels-gh-action@v2.0.0
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
labels: |

0 commit comments

Comments
 (0)