Skip to content

Commit

Permalink
Run more frequently to work around rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra committed Aug 1, 2024
1 parent 4165d64 commit 02f5094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: '30 1 * * *'
- cron: "*/10 5 * * *"

jobs:
stale:
Expand Down

0 comments on commit 02f5094

Please sign in to comment.