Skip to content

Commit 84239ef

Browse files
committed
added triggers
1 parent 456a1fc commit 84239ef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/downloads/gitstream.cm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ manifest:
88
automations:
99
# Add a label that indicates how many minutes it will take to review the PR.
1010
estimated_time_to_review:
11+
on:
12+
- pr_created
13+
- commit
1114
if:
1215
- true
1316
run:
@@ -31,12 +34,15 @@ automations:
3134
Please add a Jira ticket reference to the title or description of this PR.
3235
# Post a comment that lists the best experts for the files that were modified.
3336
explain_code_experts:
37+
on:
38+
- pr_created
39+
- commit
3440
if:
3541
- true
3642
run:
37-
- action: explain-code-experts@v1
43+
- action: explain-code-experts@v1
3844
args:
39-
gt: 10
45+
gt: 10
4046

4147

4248
# +----------------------------------------------------------------------------+

0 commit comments

Comments
 (0)