Skip to content

Commit

Permalink
Move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sabeechen committed Jan 13, 2025
1 parent 8eca2e6 commit 0b6695b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/close_stale_issues.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Close Stale Issues
on:
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Process Stale Issues
uses: actions/stale@v9
Expand Down

0 comments on commit 0b6695b

Please sign in to comment.