Skip to content

Commit be2094d

Browse files
Add code review pipeline for Hunter's and Ellipsis-authored PRs (#91)
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: ellipsis-dev[bot] <ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 91c57af commit be2094d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

agents/code_review.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
ellipsis:
2+
version: v1
3+
kind: code_review
4+
name: Code Reviewer
5+
description: Reviews new commits on Hunter's and Ellipsis-authored pull requests
6+
# Stages are deliberately left unset so this runs the platform's default
7+
# pipeline, same as the reviewer in ellipsis-dev/ellipsis.
8+
pull_requests:
9+
# Watch only this repo — the ellipsis repo has its own pipeline, and at most
10+
# one enabled pipeline may watch a PR.
11+
repositories:
12+
- cli
13+
# Only Hunter's PRs and PRs the Ellipsis agent opens. Bot authors match on
14+
# the literal GitHub login, which carries the [bot] suffix.
15+
for:
16+
users: [hbrooks]
17+
bots: ["ellipsis-dev[bot]"]
18+
budget:
19+
run: 10.00
20+
day: 100.00
21+
week: 400.00

0 commit comments

Comments
 (0)