From 3daf61e74c8969c91333bc92c4914c8c6077592c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 9 Mar 2026 09:14:03 +0000 Subject: 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. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bccb23f..324bcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- gracefully handle errors identifying potential PR merges during push + ## [2.3.0] - 2026-03-05 ### Added -- cgit v1.2.3