Skip to content

Commit 8f31a4c

Browse files
committed
ci: adjust job name
1 parent 84f197c commit 8f31a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cr-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
pull-requests: write
99

1010
jobs:
11-
cr_comment:
11+
label:
1212
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') }}
1313
runs-on: ubuntu-latest
1414

0 commit comments

Comments
 (0)