Skip to content

Commit

Permalink
fix(workflows/pr-review-companion): grant pull-requests: write (#25771)
Browse files Browse the repository at this point in the history
fix(workflows/pr-review-companion): grant `pull-requests: write`
  • Loading branch information
caugner authored Feb 7, 2025
1 parent 2cd9798 commit 7487a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
# Required to download artifact.
actions: read
# Required to post comment.
issues: write
pull-requests: write

jobs:
review:
Expand Down

0 comments on commit 7487a3a

Please sign in to comment.