We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbba4d7 commit 943ae30Copy full SHA for 943ae30
1 file changed
.github/workflows/remove-labels.yml
@@ -14,7 +14,7 @@ jobs:
14
if: github.event.pull_request.merged
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: mondeja/remove-labels-gh-action@v1.0.0
+ - uses: mondeja/remove-labels-gh-action@v2
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
labels: |
@@ -32,7 +32,7 @@ jobs:
32
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
33
34
35
36
37
38
@@ -44,7 +44,7 @@ jobs:
44
if: github.event.issue.state == 'closed'
45
46
47
48
49
50
0 commit comments