forked from heavy-duty/rig
docs: reviews end in a verdict — approve or request changes, never a bare comment
Maintainer rule: a comment-only review is a non-verdict the state machine (and the board) cannot read. Verdict carries blockingness only; nits ride an approval, blockers — including verdict-gating questions — are request-changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
7109bb39d8
commit
52dfc5c5c1
1 changed files with 12 additions and 2 deletions
|
|
@ -17,9 +17,19 @@ labels tell you where everything is without opening anything.
|
|||
answer the entire round in a **single reply**, push the fixes, and
|
||||
re-request the bots that didn't approve. Prefer verification over
|
||||
argument: a test settles what a comment thread can't.
|
||||
5. **When all three approve**, the final review goes to the maintainer — the
|
||||
5. **Reviews end in a verdict.** A reviewer — bot or human — either
|
||||
**approves** or **requests changes**, never a bare comment. A
|
||||
comment-only review is a non-verdict: it doesn't say whether the round
|
||||
passed, and the state machine (and anyone scanning the board) has to
|
||||
guess. The verdict carries *blockingness only*, the body carries the
|
||||
feedback: non-blocking nits ride an **approval** and the author addresses
|
||||
them at their discretion; anything blocking — including a question that
|
||||
gates the verdict — is **request changes**, saying what unblocks it. The
|
||||
reconciler treats a comment-only review as not-approved, so commenting
|
||||
without a verdict only stalls the PR.
|
||||
6. **When all three approve**, the final review goes to the maintainer — the
|
||||
labels workflow requests it automatically.
|
||||
6. **Checks must be green**: `shellcheck` and `bash test/cli.sh` locally
|
||||
7. **Checks must be green**: `shellcheck` and `bash test/cli.sh` locally
|
||||
mirror what CI runs; the db dump/restore round-trip
|
||||
(`test/db-integration.sh`) executes in CI where Docker is present.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue