We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f197c commit 8f31a4cCopy full SHA for 8f31a4c
.github/workflows/cr-comment.yml
@@ -8,7 +8,7 @@ permissions:
8
pull-requests: write
9
10
jobs:
11
- cr_comment:
+ label:
12
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
0 commit comments