Skip to content

Commit cc0f9e3

Browse files
authored
Add .roomotes.yml (RooCodeInc#6346)
1 parent 00a3738 commit cc0f9e3

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)