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 15
15
outputs :
16
16
is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
17
17
steps :
18
+ - run : echo ${{ github.event.pull_request.author_association }}
18
19
- name : Check is member or collaborator
19
20
id : check_is_member_or_collaborator
20
21
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 15
15
outputs :
16
16
is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
17
17
steps :
18
+ - run : echo ${{ github.event.pull_request.author_association }}
18
19
- name : Check is member or collaborator
19
20
id : check_is_member_or_collaborator
20
21
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 17
17
outputs :
18
18
is_member_or_collaborator : ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
19
19
steps :
20
+ - run : echo ${{ github.event.pull_request.author_association }}
20
21
- name : Check is member or collaborator
21
22
id : check_is_member_or_collaborator
22
23
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