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 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@v1
1818 with :
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020 labels : |
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@v1
3636 with :
3737 token : ${{ secrets.GITHUB_TOKEN }}
3838 labels : |
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@v1
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050 labels : |
You can’t perform that action at this time.
0 commit comments