Merge pull request #121 from claude-bot-andresmgsl/build/120-kimi-panel

fix: kimi-bot-andresmgsl joins the review panel — the roster predated it joining the bench
This commit is contained in:
Daniel Marin 2026-07-24 01:20:37 +01:00 committed by GitHub
commit df29d43a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

2
.github/labels.conf vendored
View file

@ -1,4 +1,4 @@
panel=claude-bot-andresmgsl codex-bot-andresmgsl grok-bot-andresmgsl panel=claude-bot-andresmgsl codex-bot-andresmgsl grok-bot-andresmgsl kimi-bot-andresmgsl
scope:bootstrap|C5DEF5|bootstrap — hardening a pristine server into a node scope:bootstrap|C5DEF5|bootstrap — hardening a pristine server into a node
scope:users|C5DEF5|users-* — class model, apply/status, close-root scope:users|C5DEF5|users-* — class model, apply/status, close-root
scope:runner|C5DEF5|runner-* — GitHub runner lifecycle scope:runner|C5DEF5|runner-* — GitHub runner lifecycle

View file

@ -16,6 +16,10 @@ on the way to cutting its first release, and this file starts there.
- Release and labels machinery is consumed from heavy-duty/ceremony@0.1.0 by reference — the workflows shrink to caller stubs, the guard scripts and their tests move upstream (#112, ceremony#13) - Release and labels machinery is consumed from heavy-duty/ceremony@0.1.0 by reference — the workflows shrink to caller stubs, the guard scripts and their tests move upstream (#112, ceremony#13)
### Fixed
- `kimi-bot-andresmgsl` is on the review panel — the roster predated it joining the bench (#120)
## 0.3.0 — 2026-07-21 ## 0.3.0 — 2026-07-21
### Fixed ### Fixed

View file

@ -16,7 +16,8 @@ genuinely rig's.
1. **Fork and branch.** Contributors work from forks; upstream branches are 1. **Fork and branch.** Contributors work from forks; upstream branches are
for maintainers. Title the PR conventionally (`feat:`, `fix:`, `docs:`). for maintainers. Title the PR conventionally (`feat:`, `fix:`, `docs:`).
2. **The review panel** (`.github/labels.conf`'s `panel=` line): 2. **The review panel** (`.github/labels.conf`'s `panel=` line):
`claude-bot-andresmgsl`, `codex-bot-andresmgsl`, `grok-bot-andresmgsl` `claude-bot-andresmgsl`, `codex-bot-andresmgsl`, `grok-bot-andresmgsl`,
`kimi-bot-andresmgsl`
the required verdicts for a PR are the panel minus its author. The the required verdicts for a PR are the panel minus its author. The
maintainer (`danmt`) takes the last word and merges. maintainer (`danmt`) takes the last word and merges.
3. **Checks must be green**: `shellcheck`, `bash test/cli.sh` and 3. **Checks must be green**: `shellcheck`, `bash test/cli.sh` and