Skip to content

Commit

Permalink
github-actions: add missing permissions (#8059)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 3, 2024
1 parent fa62016 commit 2960963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
stale-prs: # close stale PRs after ~3 months
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
Expand All @@ -27,6 +28,7 @@ jobs:
stale-issues: # close stale issues after ~1 year
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
Expand Down

0 comments on commit 2960963

Please sign in to comment.