Skip to content

Commit

Permalink
fix: missing permissions for first pr comment workflow (#2062)
Browse files Browse the repository at this point in the history
## Proposed change
Adding missing permissions for first pr comment workflow

[Failed
workflow](https://github.com/AmadeusITGroup/otter/actions/runs/10388255377/job/28764058469)
[Needed
permissions](https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment)
  • Loading branch information
matthieu-crouzet authored Aug 19, 2024
2 parents 742ab09 + 2e1012a commit 67a15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/first-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

permissions:
contents: read
issues: read
issues: write
pull-requests: write

jobs:
Expand Down

0 comments on commit 67a15d5

Please sign in to comment.