Commit 8644827
committed
ci(buddy-bot): add daily cleanup cron to workflow
Regenerated from buddy-bot's patched generateUnifiedWorkflow template.
The previous version dropped the scheduled `check` job entirely in
favor of an event-driven `pull_request: types: [edited]` trigger, but
that almost never fires in practice — so cleanupStaleBranches and
obsolete-PR cleanup stopped happening and orphan buddy-bot/* branches
accumulated indefinitely.
Adds back a single daily cron at 4am UTC that fires the `check` job,
capping orphan age at ~24h while keeping rebase responsiveness instant
via the PR-edit trigger.
Refs: stacksjs/buddy-bot@0d459cf1 parent 8f0da90 commit 8644827
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
0 commit comments