Browse Source

Add .roomotes.yml (#6346)

Chris Estreich 5 months ago
parent
commit
cc0f9e3604
1 changed files with 25 additions and 0 deletions
  1. 25 0
      .roo/roomotes.yml

+ 25 - 0
.roo/roomotes.yml

@@ -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