Skip to content

Commit

Permalink
ci(stale): update stale period from 30->90 days and close from 7->30 …
Browse files Browse the repository at this point in the history
…days
  • Loading branch information
aschaber1 committed Oct 30, 2023
1 parent 80e2796 commit 4d17c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Stale Issue/PR cleanup"
on:
schedule:
Expand All @@ -14,3 +15,6 @@ jobs:
- uses: actions/stale@v8
with:
operations-per-run: 500
days-before-issue-stale: 90
days-before-close: 30

0 comments on commit 4d17c92

Please sign in to comment.