Skip to content

Commit

Permalink
Merge pull request #2979 from ytti/ci/stale
Browse files Browse the repository at this point in the history
ci(stale): update stale period from 30->90 days and close from 7->30 …
  • Loading branch information
aschaber1 committed Oct 30, 2023
2 parents 84ef044 + 4d17c92 commit bac7df3
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 bac7df3

Please sign in to comment.