Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 1, 2024
1 parent 3a98429 commit ecfc3cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/IssuesCloseStale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- name: Close stale issues
uses: actions/stale@v9
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit ecfc3cb

Please sign in to comment.