ci: Run stalebot checks multiple times to ensure completion (#27017)
Stalebot has a maximum operations-per-run which is set at 1000. As a result it may require multiple runs to successfully complete. This morning it took [three runs](https://github.com/zed-industries/zed/actions/runs/13921563707/attempts/1) so set it to run three times two hours apart to avoid hitting github API limits. Release Notes: - N/A
This commit is contained in:
parent
4a39fc2644
commit
674c572a28
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
name: "Close Stale Issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 11 * * 2"
|
||||
- cron: "0 7,9,11 * * 2"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue