Skip to content

Commit

Permalink
giving write permissions to issues so we can close stale ones (#5841)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDake authored May 30, 2023
1 parent c2ca448 commit 41ba520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-inactive-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# Schedule for five minutes after the midnight, every day
- cron: "5 0 * * *"
workflow_dispatch: # Allows for manual triggering if needed
permissions:
issues: write
jobs:
noResponse:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41ba520

Please sign in to comment.