From a1d3a43aa58b613aadf4179fdf3bb6d556b67507 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Wed, 10 Dec 2025 20:43:28 -0800 Subject: [PATCH] Update roomotes.yml (#10008) --- .roo/roomotes.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.roo/roomotes.yml b/.roo/roomotes.yml index 33f6b3bd57..0ea30b93af 100644 --- a/.roo/roomotes.yml +++ b/.roo/roomotes.yml @@ -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