From 8660495cce5cdec53f7141ddaf71d96045fa7807 Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Wed, 27 May 2026 19:41:38 -0700 Subject: [PATCH] Bump detector SHA to pick up PR-lookup retry + fallback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps reusable workflow to Comfy-Org/github-workflows@ddc26ca, which adds retry + commit-message fallback to listPullRequestsAssociatedWithCommit. The previous SHA (8ec13264) hit GitHub's eventual consistency on that endpoint when the cloud smoke test merged — the API returned [] for the merge commit immediately after the merge, causing the detector to exit with 'No merged PR found' even though the PR existed. The fix retries with backoff and falls back to parsing '(#N)' from the squash commit subject. --- .github/workflows/detect-unreviewed-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-unreviewed-merge.yml b/.github/workflows/detect-unreviewed-merge.yml index e3b60af4f..cd9d769d8 100644 --- a/.github/workflows/detect-unreviewed-merge.yml +++ b/.github/workflows/detect-unreviewed-merge.yml @@ -17,7 +17,7 @@ permissions: jobs: detect: - uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@8ec13264e835c7b347d4fe566a943d73ca074760 # v1 + uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@ddc26caf531a9be3ee38b57dd3f33a53efd1f1e0 # v1 with: approval-mode: latest-per-reviewer secrets: