mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-06-06 07:51:57 +00:00
## Summary - Adds a GitHub Actions workflow that detects PRs merged to `main` without an approving review - Creates tracking issues in [`Comfy-Org/unreviewed-merges`](https://github.com/Comfy-Org/unreviewed-merges) (private) for SOC 2 audit purposes - Supports inline justification via `Justification: <reason>` in PR body or comments ## How it works Triggers on `push` to `main`. Uses the GitHub API to find the associated PR and check for approving reviews. If none found, creates a tracking issue with the `unreviewed-merge` label. No code checkout required — API calls only. ## Test plan - [ ] Verify workflow YAML is valid - [ ] Merge a test PR without approval and confirm issue creation in `unreviewed-merges` repo 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Amp <amp@ampcode.com>