Skip to content

Commit

Permalink
Add permission to write on PRs to the PR checklist workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Jul 15, 2024
1 parent 3fb528c commit 9e74c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened]

permissions:
pull-requests: write

jobs:
add-checklist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e74c93

Please sign in to comment.