Skip to content

Commit 7d8b4fd

Browse files
cteutarn
authored andcommitted
Add .roomotes.yml (RooCodeInc#6346)
1 parent ae589a7 commit 7d8b4fd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.roo/roomotes.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: "1.0"
2+
3+
commands:
4+
- name: Pull latest changes
5+
run: git pull
6+
timeout: 60
7+
execution_phase: task_run
8+
- name: Install dependencies
9+
run: pnpm install
10+
timeout: 60
11+
execution_phase: task_run
12+
13+
github_events:
14+
- event: issues.opened
15+
action:
16+
name: github.issue.fix
17+
- event: issue_comment.created
18+
action:
19+
name: github.issue.comment.respond
20+
- event: pull_request.opened
21+
action:
22+
name: github.pr.review
23+
- event: pull_request_review_comment.created
24+
action:
25+
name: github.pr.comment.respond

0 commit comments

Comments
 (0)