Skip to content

Add code review pipeline for Hunter's and Ellipsis-authored PRs - #91

Merged
hbrooks merged 1 commit into
mainfrom
add-code-review-config
Jul 29, 2026
Merged

Add code review pipeline for Hunter's and Ellipsis-authored PRs#91
hbrooks merged 1 commit into
mainfrom
add-code-review-config

Conversation

@ellipsis-dev

@ellipsis-dev ellipsis-dev Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Adds agents/code_review.yaml — a kind: code_review pipeline that runs the platform's default reviewer on PRs in this repo authored by @hbrooks or ellipsis-dev[bot].

  • Stages are left unset, so it runs the platform default pipeline (same dogfooding approach as the config in ellipsis-dev/ellipsis).
  • repositories: [cli] scopes the watch to this repo, since the ellipsis repo already has its own pipeline and at most one enabled pipeline may watch a PR.
  • for.bots matches the literal GitHub login, which carries the [bot] suffix — verified against ReactAudience.includes.
  • Budgets copied from the ellipsis repo's reviewer ($10/run, $100/day, $400/week).

Validated by round-tripping the file through CodeReviewConfig.from_yaml and checking the audience matches hbrooks and ellipsis-dev[bot] but not other humans or bots.

🤖 Generated with Claude Code

Runs the platform's default review pipeline on PRs in this repo authored
by hbrooks or ellipsis-dev[bot], mirroring the reviewer config in
ellipsis-dev/ellipsis.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hbrooks
hbrooks merged commit be2094d into main Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant