Skip to content

Commit

Permalink
Add pull request permissions for reminder action (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Kiersz <[email protected]>
  • Loading branch information
stdavis and DAKiersz authored Jul 11, 2024
1 parent 98830fa commit 17db01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reminder_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'create reminder'

permissions:
issues: write
pull-requests: write

on:
issue_comment:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reminder_remind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
issues: write
pull-requests: write

jobs:
reminder:
Expand Down

0 comments on commit 17db01f

Please sign in to comment.