File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 rebase :
11- if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'CONTRIBUTOR'
11+ if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && ( github.event.comment.author_association == 'CONTRIBUTOR' || github.event.comment.author_association == 'MEMBER')
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the latest code
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - master
8+ issue_comment :
9+ types : [created]
810
911jobs :
1012 unit :
13+ if : github.event_name == 'push' || github.event_name == 'pull_request' || contains(github.event.comment.body, '/retest')
1114 runs-on : ubuntu-latest
1215 steps :
1316 - name : Checkout
You can’t perform that action at this time.
0 commit comments