We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ed56 commit 454410cCopy full SHA for 454410c
.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 || contains('OWNER,MEMBER,COLLABORATOR', github.event.comment.author_association)) && startsWith(github.event.comment.body, '/publish') }}
13
runs-on: ubuntu-latest
14
15
steps:
0 commit comments