Bump detector SHA to pick up Octokit-constructor fix

Bumps reusable workflow to Comfy-Org/github-workflows@f6b3855, which
swaps github.getOctokit() (not a function in actions/github-script v7
inline-script context) for new github.constructor({ auth: token }) —
reusing the plugin-loaded Octokit class off the existing instance,
zero module resolution required.

Surfaced by the second cloud smoke test (#3920).
This commit is contained in:
Luke Mino-Altherr 2026-05-27 19:45:11 -07:00
parent 8660495cce
commit 612269bff2

View File

@ -17,7 +17,7 @@ permissions:
jobs:
detect:
uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@ddc26caf531a9be3ee38b57dd3f33a53efd1f1e0 # v1
uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@f6b3855ef58844cb5fac714ce14f72c5a12955ca # v1
with:
approval-mode: latest-per-reviewer
secrets: