Skip to content

Commit

Permalink
Merge pull request #7050 from aws/update-stale-issues-permissions
Browse files Browse the repository at this point in the history
Add permissions to stale_issue.yml
  • Loading branch information
kdaily authored Sep 12, 2022
2 parents fb6eb92 + c2df208 commit 112aaa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
cleanup:
permissions:
issues: write
contents: read
pull-requests: write
runs-on: ubuntu-latest
name: Stale issue job
steps:
Expand Down

0 comments on commit 112aaa4

Please sign in to comment.