Skip to content

Commit

Permalink
Fix pr-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoblightning authored Aug 4, 2024
1 parent 87e1d5e commit 7c1049e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types: [completed]
jobs:
pr_comment:
permissions:
actions: read
issues: write
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7c1049e

Please sign in to comment.