Skip to content

Commit

Permalink
Add permission to write on PRs to the PR checklist workflow (opensear…
Browse files Browse the repository at this point in the history
…ch-project#7711)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
  • Loading branch information
kolchfa-aws authored and sandervandegeijn committed Jul 30, 2024
1 parent 728a0de commit fe1f94d
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 fe1f94d

Please sign in to comment.