Skip to content

chore(config): rename the pr-agent reviewer token to cuioss-review-bot - #249

Merged
cuioss-oliver merged 1 commit into
mainfrom
chore/rename-review-bot-token
Sep 2, 2026
Merged

chore(config): rename the pr-agent reviewer token to cuioss-review-bot#249
cuioss-oliver merged 1 commit into
mainfrom
chore/rename-review-bot-token

Conversation

@cuioss-oliver

Copy link
Copy Markdown
Collaborator

Summary

Renames the configured reviewer token pr-agent to cuioss-review-bot in .plan/marshal.json.

Upstream in plan-marshall the automatic-review bot_kind was collapsed onto the reviewer's own GitHub author login, so the configured token and the login its reviews are authored under are now one name. A configuration naming the reviewer by a token its reviews are not authored under reads as a reviewer that never reviewed — the participation guard resolves it to unregistered_kind/absent and holds the merge gate open against a bot that in fact reviewed.

Change

  • plan.phase-6-finalize.steps["plan-marshall:automatic-review"].required_bots: coderabbit,pr-agent -> coderabbit,cuioss-review-bot

optional_bots (sourcery) is unaffected. No source is touched.

Review

Carries the skip-bot-review label: this is a one-token configuration change, and the reviewer whose own identifier is being corrected cannot meaningfully review the correction.

The automatic-review bot_kind was collapsed onto the reviewer's own GitHub
author login, so the configured token and the login under which its reviews
are authored are now one name. A config naming the reviewer by a token its
reviews are not authored under reads as a reviewer that never reviewed.

required_bots: coderabbit,pr-agent -> coderabbit,cuioss-review-bot
optional_bots is unaffected.

Co-Authored-By: plan-marshall <noreply@cuioss.de>
@cuioss-oliver cuioss-oliver added the skip-bot-review Suppress automated reviewer bots for this PR label Sep 2, 2026
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Excluded labels (none allowed) (1)
  • skip-bot-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: cuioss/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 082693fe-6227-4942-a832-68050b775f57

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@cuioss-oliver
cuioss-oliver added this pull request to the merge queue Sep 2, 2026
Merged via the queue into main with commit 1c7308c Sep 2, 2026
29 checks passed
@cuioss-oliver
cuioss-oliver deleted the chore/rename-review-bot-token branch September 2, 2026 22:35
cuioss-oliver added a commit that referenced this pull request Sep 3, 2026
… login

`required_bots` named `cuioss-review-bot`, which is PR-Agent's GitHub author
login. The bot registry keys by `bot_kind`, and that reviewer's declaration in
`automatic-review/standards/pr-agent.md` reads `bot_kind: pr-agent` with
`author_login: cuioss-review-bot`. No `cuioss-review-bot` bot definition
exists, so the token could never be proven a participant: PR-Agent would
review the diff, be credited as `pr-agent`, and the quorum would still report
it absent — failing identically on every pass and every future PR.

Fallout from #249, which correctly renamed the GitHub App identity but carried
the rename into this token as well. CLAUDE.md already documents the intended
value as `coderabbit,pr-agent`.

Co-Authored-By: plan-marshall <noreply@cuioss.de>
cuioss-oliver added a commit that referenced this pull request Sep 3, 2026
… login

`required_bots` named `cuioss-review-bot`, which is PR-Agent's GitHub author
login. The bot registry keys by `bot_kind`, and that reviewer's declaration in
`automatic-review/standards/pr-agent.md` reads `bot_kind: pr-agent` with
`author_login: cuioss-review-bot`. No `cuioss-review-bot` bot definition
exists, so the token could never be proven a participant: PR-Agent would
review the diff, be credited as `pr-agent`, and the quorum would still report
it absent — failing identically on every pass and every future PR.

Fallout from #249, which correctly renamed the GitHub App identity but carried
the rename into this token as well. CLAUDE.md already documents the intended
value as `coderabbit,pr-agent`.

Co-Authored-By: plan-marshall <noreply@cuioss.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-bot-review Suppress automated reviewer bots for this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant