Skip to content

Commit

Permalink
Change stale script to run daily
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 13, 2024
1 parent dd1b1c0 commit 8736ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '45 * * * *'
- cron: '0 8 * * *'

jobs:
stale:
Expand All @@ -11,6 +11,5 @@ jobs:
with:
days-before-stale: 21
days-before-close: 0
operations-per-run: 300
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close

0 comments on commit 8736ede

Please sign in to comment.