Skip to content

Commit

Permalink
docs: document pull request permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Jul 10, 2024
1 parent a0c856c commit 5e7df86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Use any form of `/remind me [what] [when]`, such as:

## Sample Usage

>[!TIP]
> Add `issues: write` and `pull-requests: write` if you intend to use reminders in pull requests and issues.
```yml
name: 'check reminders'

Expand All @@ -27,6 +30,7 @@ on:

permissions:
issues: write
pull-requests: write

jobs:
reminder:
Expand Down

0 comments on commit 5e7df86

Please sign in to comment.