File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Attempt merge
17- if : github.event.workflow_run.conclusion == 'success
17+ if : github.event.workflow_run.conclusion == 'success'
1818 uses :
" pascalgn/[email protected] " 1919 env :
2020 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/labeler@v2
23+ - uses : actions/labeler@v3
2424 with :
25- repo-token : " ${{ env.TOKEN }}"
25+ repo-token : ${{ env.TOKEN }}
2626
2727 mergeable :
2828 name : Flag a PR ready to merge
3434 if : |
3535 !contains(github.event.pull_request.labels.*.name, 'on hold') &&
3636 !contains(github.event.pull_request.labels.*.name, 'work in progress') &&
37- github.event.review.state == 'approved' &&
38- github.event.check_suite.status == 'completed' &&
39- github.event.check_suite.conclusion == 'success'
37+ github.event.review.state == 'approved'
4038 uses : actions-ecosystem/action-add-labels@v1
4139 with :
4240 github_token : ${{ env.TOKEN }}
You can’t perform that action at this time.
0 commit comments