We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456a1fc commit 84239efCopy full SHA for 84239ef
docs/downloads/gitstream.cm
@@ -8,6 +8,9 @@ manifest:
8
automations:
9
# Add a label that indicates how many minutes it will take to review the PR.
10
estimated_time_to_review:
11
+ on:
12
+ - pr_created
13
+ - commit
14
if:
15
- true
16
run:
@@ -31,12 +34,15 @@ automations:
31
34
Please add a Jira ticket reference to the title or description of this PR.
32
35
# Post a comment that lists the best experts for the files that were modified.
33
36
explain_code_experts:
37
38
39
40
41
42
- - action: explain-code-experts@v1
43
+ - action: explain-code-experts@v1
44
args:
- gt: 10
45
+ gt: 10
46
47
48
# +----------------------------------------------------------------------------+
0 commit comments