Skip to content

Commit

Permalink
Increase stale-bot frequency (#1512)
Browse files Browse the repository at this point in the history
Run it daily to help overcome rate limits.
  • Loading branch information
tylerbenson authored Sep 6, 2024
1 parent 15b8fc5 commit d367b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: "40 3 * * 0" # Run weekly on Sunday at 3:40 AM
- cron: "40 3 * * *" # Run daily at 3:40 AM

permissions:
issues: write
Expand Down

0 comments on commit d367b79

Please sign in to comment.