Skip to content

Commit 9f49f88

Browse files
committed
Add the Event Trigger
1 parent 5fe65b9 commit 9f49f88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
issue_comment:
55
types: [created]
66

7+
pull_request_comment:
8+
types: [created]
9+
10+
pull_request_review:
11+
types: [submitted]
12+
13+
pull_request_review_comment:
14+
types: [created]
15+
716
jobs:
817
opencode:
918
if: |

0 commit comments

Comments
 (0)