File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414concurrency :
1515 group : ' ${{ github.workflow }}-${{ github.event.issue.number }}'
16- cancel-in-progress : true
16+ cancel-in-progress : |-
17+ ${{ github.event.sender.type == 'User' && ( github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'MEMBER' || github.event.issue.author_association == 'COLLABORATOR') }}
1718
1819defaults :
1920 run :
Original file line number Diff line number Diff line change 1313
1414concurrency :
1515 group : ' ${{ github.workflow }}-${{ github.event.issue.number }}'
16- cancel-in-progress : true
16+ cancel-in-progress : |-
17+ ${{ github.event.sender.type == 'User' && ( github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'MEMBER' || github.event.issue.author_association == 'COLLABORATOR') }}
1718
1819defaults :
1920 run :
You can’t perform that action at this time.
0 commit comments