Skip to content

chore(workflow): guess PR reviewers instead of a hardcoded list - #4848

Merged
iscekic merged 2 commits into
mainfrom
chore/workflow-guess-reviewers
Jul 29, 2026
Merged

chore(workflow): guess PR reviewers instead of a hardcoded list#4848
iscekic merged 2 commits into
mainfrom
chore/workflow-guess-reviewers

Conversation

@iscekic

@iscekic iscekic commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

What

The orchestrator no longer requests reviews from a fixed list of people (eshurakov, jeanduplessis, marius-kilocode, chrarnoldus). It now works out who fits each PR and requests the top one or two. Assignee is unchanged — still the requesting human.

Why

The hardcoded list goes stale, ignores who actually owns the touched code, and spams the same four people on every PR regardless of area.

How

New Picking Reviewers subsection in .kilo_workflow/WORKFLOW.md (section 3) with the exact commands: who reviewed recent PRs for the changed files, and who usually reviews the requesting human's PRs. Count names across both, drop bots and the assignee, request the top one or two. Empty history → request nobody and note it in the PR description.

Doc-only change; no runtime behavior to verify.

@iscekic iscekic added the human-ready The PR is ready for human review. label Jul 28, 2026
@iscekic iscekic self-assigned this Jul 28, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Doc-only change to .kilo_workflow/WORKFLOW.md replacing the hardcoded reviewer list with a documented lookup procedure; no logic, security, or breaking-change issues found in the changed lines.

Files Reviewed (1 files)
  • .kilo_workflow/WORKFLOW.md

Reviewed by claude-sonnet-5 · Input: 14 · Output: 2.4K · Cached: 241.2K

Review guidance: REVIEW.md from base branch main

…t-20260729123034

# Conflicts:
#	.kilo_workflow/WORKFLOW.md
@iscekic
iscekic enabled auto-merge (squash) July 29, 2026 10:32
@iscekic
iscekic merged commit 94eccb9 into main Jul 29, 2026
16 checks passed
@iscekic
iscekic deleted the chore/workflow-guess-reviewers branch July 29, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

human-ready The PR is ready for human review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants