Commit ebb86d2
authored
heartbeat: always attempt safe upstream sync (#34)
## Summary
- update heartbeat sync step to always attempt upstream sync on each run
- keep sync strictly safe (`--ff-only`, no force-push, no rebase)
- require logging + escalation when sync fails
## Why
This makes heartbeat behavior consistent: always try to sync from
upstream safely instead of conditionally skipping based on open
workspace PRs.1 parent 572a88d commit ebb86d2
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments