Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/agents-md-integrity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: AGENTS.md Integrity

# Thin caller for the shared reusable AGENTS.md integrity check. The checker
# lives in Comfy-Org/github-workflows (single source of truth), loaded from
# the pinned workflows_ref — never from this repo's checkout. Bump the SHA to
# pick up upstream changes and keep `workflows_ref` matching so the check
# script loads from the same commit; the upstream bump dispatcher
# (AGENTS_MD_CALLERS) opens SHA-bump PRs automatically once registered.

on:
pull_request:
push:
branches: [main]

jobs:
agents-md:
permissions:
contents: read
uses: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml@fe6b08e278c27ceacf2651cf441d0752ca2e78ee # github-workflows main (fe6b08e)
with:
workflows_ref: fe6b08e278c27ceacf2651cf441d0752ca2e78ee
Loading