We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6e8bb commit d016950Copy full SHA for d016950
.github/workflows/cr-comment.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
cr_comment:
12
- if: ${{ github.event.issue.pull_request && (github.event.comment.user.id == github.event.issue.user.id || contains('OWNER,MEMBER,COLLABORATOR', github.event.comment.author_association)) && startsWith(github.event.comment.body, '/publish') }}
+ if: ${{ github.event.issue.pull_request && (github.event.comment.user.id == github.event.issue.user.id || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR') && startsWith(github.event.comment.body, '/publish') }}
13
runs-on: ubuntu-latest
14
15
steps:
0 commit comments