From b5cfda05f4e10712a13ecadbbd7be70ad21ef070 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:08:38 +0000 Subject: [PATCH 1/2] Initial plan From 4781dbbfd06cebeb37eda06d8402183d429084c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:13:24 +0000 Subject: [PATCH 2/2] Fix: Add confused reaction when general exception occurs Co-authored-by: rlcee <13042108+rlcee@users.noreply.github.com> --- Mu2eCI/process_pr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Mu2eCI/process_pr.py b/Mu2eCI/process_pr.py index 3b0510c..32b5ce5 100644 --- a/Mu2eCI/process_pr.py +++ b/Mu2eCI/process_pr.py @@ -406,6 +406,7 @@ def process_pr(gh, repo, issue, dryRun=False, child_call=0): reaction_t = "-1" except Exception: log.exception("Failed to trigger a test.") + reaction_t = "confused" tests_already_triggered = []