Skip to content

Commit

Permalink
add permission to publish comment when ci fails (#769) (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Baron <ebaron@redhat.com>
(cherry picked from commit 6498b0f)

Co-authored-by: Ming Yu Wang <90855268+mwangggg@users.noreply.github.com>
  • Loading branch information
mergify[bot] and mwangggg committed Mar 19, 2024
1 parent 9f1fdee commit b19e8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-ci-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
if: (always() && contains(needs.*.result, 'failure'))
runs-on: ubuntu-latest
needs: [run-test-jobs]
permissions:
pull-requests: write
steps:
- name: Leave Actions Run Comment
uses: actions/github-script@v6
Expand Down

0 comments on commit b19e8f9

Please sign in to comment.