Skip to content

Commit

Permalink
Add stale issue bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sabeechen committed Jan 13, 2025
1 parent 3d3f940 commit fe73840
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/close_stale_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Close Stale Issues
on:
workflow_dispatch:
permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is being automatically marked stale in an attempt to prioritize ongoing maintinence to the project, and will be closed in 5 days. Respond in the issue if you'd like it to be kept open.'
close-issue-message: 'This issue was closed closed automatically in an attempt to prioritize ongoing maintinence of the project. Please re-open and comment if you think this was an error.'
days-before-issue-stale: 90
days-before-issue-close: 95
exempt-issue-labels: Do this next
exempt-asignee: sabeechen
close-issue-reason: wontfix
debug-only: true

0 comments on commit fe73840

Please sign in to comment.