You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/claude-code-automation-pr-review.yml
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,49 @@ jobs:
214
214
215
215
Use `gh pr comment` with your Bash tool to leave your comprehensive review as a comment on the PR.
216
216
217
+
## Machine-Readable Verdict (MANDATORY)
218
+
219
+
After posting your review comment, you MUST emit a single-label verdict on the PR. This label is consumed by branch-protection rules to gate auto-merge — it is the only deterministic signal of your review outcome.
220
+
221
+
**Verdict criteria** (all must hold for PASS):
222
+
223
+
- No blocking findings under "CRITICAL CHECKS" — i.e. no missing test markers, no coverage drop below 85%, no `make lint` failures, no conventional-commit violations.
224
+
- No blocking architecture or security violations under "Repository-Specific Review Areas".
225
+
- Suggestions / nice-to-haves do NOT block the verdict.
226
+
227
+
If any blocking finding remains: verdict is **FAIL**.
228
+
Otherwise: verdict is **PASS**.
229
+
230
+
**Apply the label** (the two labels are mutually exclusive — always remove the opposite one):
0 commit comments