File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
if : github.event.pull_request.merged
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : mondeja/remove-labels-gh-action@v1 .0.0
17
+ - uses : mondeja/remove-labels-gh-action@v2 .0.0
18
18
with :
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
20
labels : |
32
32
if : github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : mondeja/remove-labels-gh-action@v1 .0.0
35
+ - uses : mondeja/remove-labels-gh-action@v2 .0.0
36
36
with :
37
37
token : ${{ secrets.GITHUB_TOKEN }}
38
38
labels : |
44
44
if : github.event.issue.state == 'closed'
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : mondeja/remove-labels-gh-action@v1 .0.0
47
+ - uses : mondeja/remove-labels-gh-action@v2 .0.0
48
48
with :
49
49
token : ${{ secrets.GITHUB_TOKEN }}
50
50
labels : |
You can’t perform that action at this time.
0 commit comments