File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828 # `ref` of the pull request, so downstream jobs know what to checkout.
2929 environment : ' external'
3030 name : Require Approval for External PRs
31- if : ${{ github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'COLLABORATOR' }}
31+ if : ${{ github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != ' MEMBER' && github.event.pull_request.author_association != 'COLLABORATOR' }}
3232 runs-on : ubuntu-latest
3333 outputs :
3434 checkout-sha : ${{ steps.save-pull-request.outputs.sha }}
Original file line number Diff line number Diff line change 5454 needs : [debug]
5555 if : >-
5656 ${{
57- ((github.event.pull_request.author_association == 'MEMBER' ||
57+ ((github.event.pull_request.author_association == 'OWNER' ||
58+ github.event.pull_request.author_association == 'MEMBER' ||
5859 github.event.pull_request.author_association == 'COLLABORATOR') &&
5960 github.event_name == 'pull_request_target') ||
6061 github.event_name == 'push' ||
You can’t perform that action at this time.
0 commit comments