Skip to content

Commit

Permalink
Temporal separation of stale handling
Browse files Browse the repository at this point in the history
Stale issues and stale PRs are handled at different times now. This gives us 2 different github api rate limit slots compared to a single one before.
  • Loading branch information
m-kuhn committed Dec 22, 2020
1 parent 4b8e821 commit e4869b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale_pr.yml
@@ -1,7 +1,7 @@
name: "Handle stale pull requests"
on:
schedule:
- cron: "30 1 * * *"
- cron: "30 2 * * *"

jobs:
stale:
Expand Down

0 comments on commit e4869b1

Please sign in to comment.