Add .roomotes.yml (#6346)

This commit is contained in:
Chris Estreich 2025-07-29 02:05:56 -07:00 committed by GitHub
parent 00a3738d30
commit cc0f9e3604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

25
.roo/roomotes.yml Normal file
View file

@ -0,0 +1,25 @@
version: "1.0"
commands:
- name: Pull latest changes
run: git pull
timeout: 60
execution_phase: task_run
- name: Install dependencies
run: pnpm install
timeout: 60
execution_phase: task_run
github_events:
- event: issues.opened
action:
name: github.issue.fix
- event: issue_comment.created
action:
name: github.issue.comment.respond
- event: pull_request.opened
action:
name: github.pr.review
- event: pull_request_review_comment.created
action:
name: github.pr.comment.respond