Skip to content

Commit

Permalink
ci: adjust job name
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 19, 2024
1 parent 84f197c commit 8f31a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
pull-requests: write

jobs:
cr_comment:
label:
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') }}
runs-on: ubuntu-latest

Expand Down

0 comments on commit 8f31a4c

Please sign in to comment.