Skip to content

Commit c2dcf93

Browse files
committed
Revert "ci: add automated PR review gate workflow (#42)"
This reverts commit a746a9d.
1 parent 67acd37 commit c2dcf93

2 files changed

Lines changed: 0 additions & 367 deletions

File tree

.github/workflows/review-gate.yml

Lines changed: 0 additions & 358 deletions
This file was deleted.

.github/zizmor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,10 @@ rules:
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

0 commit comments

Comments
 (0)