Skip to content
Merged
Changes from all commits
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
21 changes: 21 additions & 0 deletions agents/code_review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ellipsis:
version: v1
kind: code_review
name: Code Reviewer
description: Reviews new commits on Hunter's and Ellipsis-authored pull requests
# Stages are deliberately left unset so this runs the platform's default
# pipeline, same as the reviewer in ellipsis-dev/ellipsis.
pull_requests:
# Watch only this repo — the ellipsis repo has its own pipeline, and at most
# one enabled pipeline may watch a PR.
repositories:
- cli
# Only Hunter's PRs and PRs the Ellipsis agent opens. Bot authors match on
# the literal GitHub login, which carries the [bot] suffix.
for:
users: [hbrooks]
bots: ["ellipsis-dev[bot]"]
budget:
run: 10.00
day: 100.00
week: 400.00