ComfyUI/.github/workflows/detect-unreviewed-merge.yml
Luke Mino-Altherr 81728d350d
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Bump detector SHA to pick up search-query (is:issue) fix
Amp-Thread-ID: https://ampcode.com/threads/T-019e6bd0-ca39-7537-9c91-0ec117ac85ea
Co-authored-by: Amp <amp@ampcode.com>
2026-05-27 19:53:02 -07:00

25 lines
631 B
YAML

name: Detect Unreviewed Merge
# SOC 2 compliance — reusable workflow lives in Comfy-Org/github-workflows,
# tracking issues are filed in Comfy-Org/unreviewed-merges.
on:
push:
branches: [master]
concurrency:
group: detect-unreviewed-merge-${{ github.sha }}
cancel-in-progress: false
permissions:
contents: read
pull-requests: read
jobs:
detect:
uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@4d9cb6b87f953bb7cd69954280e1465fb9bd2040 # v1
with:
approval-mode: latest-per-reviewer
secrets:
UNREVIEWED_MERGES_TOKEN: ${{ secrets.UNREVIEWED_MERGES_TOKEN }}