mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update roomotes.yml (#10008)
This commit is contained in:
parent
6a30d9488e
commit
a1d3a43aa5
1 changed files with 0 additions and 19 deletions
|
|
@ -1,25 +1,6 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue