Skip to content

Commit

Permalink
ci: add permissions for writing to pull requests (#45)
Browse files Browse the repository at this point in the history
add permissions for writing to pull requests
  • Loading branch information
swaroopar committed Aug 15, 2024
1 parent 56a2e7a commit 9722cef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
Expand Down

0 comments on commit 9722cef

Please sign in to comment.