Skip to content

Commit

Permalink
Add actions:write permission to stale bot (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
connortann committed Dec 8, 2023
1 parent 3ad2ea5 commit 63223e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
workflow_dispatch:

permissions:
actions: write # Workaround for https://github.com/actions/stale/issues/1090
issues: write
pull-requests: write

Expand Down

0 comments on commit 63223e1

Please sign in to comment.