ci: adjust job name

pull/4076/head
Divyansh Singh 1 year ago
parent 84f197c166
commit 8f31a4c078

@ -8,7 +8,7 @@ permissions:
pull-requests: write pull-requests: write
jobs: 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') }} 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 runs-on: ubuntu-latest

Loading…
Cancel
Save