diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-09 09:14:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-09 10:02:25 +0000 |
| commit | 3daf61e74c8969c91333bc92c4914c8c6077592c (patch) | |
| tree | 896da35d6e47ca71b8b9d9ca6153ad374f8ee710 /src/lib/fetch.rs | |
| parent | 45b0f8c6b1dab2d51338d88b2a7caf4b1b571f4d (diff) | |
fix(push): gracefully handle errors identifying potential PR merges
Errors from get_merged_status_events no longer abort the push; the
call site now uses if let Ok(...) so failures are silently skipped.
Also replace an .unwrap() in create_merge_events with a safe
.map().unwrap_or_default() to avoid any panic in that path.
Diffstat (limited to 'src/lib/fetch.rs')
0 files changed, 0 insertions, 0 deletions