Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion .github/agents/expert-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ Use this to prioritize dimensions based on changed files.
```

`[x]` = LGTM or NITs only. `[ ]` = MAJOR or BLOCKING.
Comment thread
JanKrivanek marked this conversation as resolved.
Outdated
All `[x]` → event: **APPROVE**. Any BLOCKING → event: **REQUEST_CHANGES**. Otherwise → event: **COMMENT**.
Any BLOCKING → event: **REQUEST_CHANGES**. Otherwise (including all-clear) → event: **COMMENT**.
**Never use APPROVE** — the agent must not count as a PR approval.

All inline comments from step 5 are automatically bundled into this review submission.
5 changes: 3 additions & 2 deletions .github/workflows/shared/review-shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ Review pull request #${{ github.event.pull_request.number || github.event.issue.
3. Do **not** post comments yourself. The subagent will post its own comments using the available safe-output tools:
- **Inline review comments** on specific diff lines via `create_pull_request_review_comment`
- **Design-level concerns** (not tied to a line) via `add_comment`
- **Final review verdict** (APPROVE / COMMENT / REQUEST_CHANGES) via `submit_pull_request_review`
4. If the subagent does not post anything (e.g. no issues found), post a brief approval comment.
- **Final review verdict** (COMMENT or REQUEST_CHANGES) via `submit_pull_request_review`
- **Never use APPROVE** — the agent must not count as a PR approval. Use COMMENT for clean reviews.
4. If the subagent does not post anything (e.g. no issues found), post a brief COMMENT (not APPROVE).
Comment thread
JanKrivanek marked this conversation as resolved.
Outdated
Loading