Skip to content

Commit

Permalink
Add permissions to code snippet in our README (#16)
Browse files Browse the repository at this point in the history
### What

We need to ensure a repo has the correct permissions set to so the bot can post reminders.
  • Loading branch information
kendallgassner authored May 25, 2023
1 parent 0a70e40 commit 78defe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ on:
discussion:
types: [created, edited]

permissions:
issues: write
pull-requests: write
discussions: write

jobs:
accessibility_alt_text_bot:
name: Check alt text is set on issue or pull requests
Expand Down

0 comments on commit 78defe3

Please sign in to comment.