We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3738 commit cc0f9e3Copy full SHA for cc0f9e3
.roo/roomotes.yml
@@ -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
11
12
13
+github_events:
14
+ - event: issues.opened
15
+ action:
16
+ name: github.issue.fix
17
+ - event: issue_comment.created
18
19
+ name: github.issue.comment.respond
20
+ - event: pull_request.opened
21
22
+ name: github.pr.review
23
+ - event: pull_request_review_comment.created
24
25
+ name: github.pr.comment.respond
0 commit comments