File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1515 outputs :
1616 is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1717 steps :
18+ - run : echo ${{ github.event.pull_request.author_association }}
1819 - name : Check is member or collaborator
1920 id : check_is_member_or_collaborator
2021 if : ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
Original file line number Diff line number Diff line change 1515 outputs :
1616 is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1717 steps :
18+ - run : echo ${{ github.event.pull_request.author_association }}
1819 - name : Check is member or collaborator
1920 id : check_is_member_or_collaborator
2021 if : ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
Original file line number Diff line number Diff line change 1717 outputs :
1818 is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1919 steps :
20+ - run : echo ${{ github.event.pull_request.author_association }}
2021 - name : Check is member or collaborator
2122 id : check_is_member_or_collaborator
2223 if : ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
You can’t perform that action at this time.
0 commit comments