File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 88 # Approve-only job: never checks out or runs PR code, only calls the
99 # review API; gated on the 'auto-approve' label.
1010 - auto-approve.yml
11- # Comments-only PR gate: never checks out or runs PR code (pure gh
12- # api/curl); workflow_run is required for the trusted base-repo context
13- # so secrets/PAT are available for fork PRs. Untrusted event fields flow
14- # through env only.
15- - review-gate.yml
1611 # These secrets are intentionally repo-level, not environment-scoped:
1712 # CODECOV_TOKEN is an upload-only token; AUTOMATION_GITHUB_TOKEN is the PAT
1813 # the upgrade-main PR job needs so its PRs trigger the build workflow.
1914 secrets-outside-env :
2015 ignore :
2116 - build.yml
2217 - upgrade-main.yml
23- # ABCA_WEBHOOK_SECRET + AUTOMATION_GITHUB_TOKEN are intentionally repo-level:
24- # the gate has no environment/approval boundary (it only reads state, posts
25- # comments, and fires the review webhook).
26- - review-gate.yml
You can’t perform that action at this time.
0 commit comments