Bump detector SHA to pick up PR-lookup retry + fallback

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.
This commit is contained in:
Luke Mino-Altherr
2026-05-27 19:41:38 -07:00
parent 4fe2612c0a
commit 8660495cce

View File

@ -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: