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 1183354 commit 47874e2Copy full SHA for 47874e2
docs/downloads/gitstream-bb.cm
@@ -6,6 +6,26 @@ manifest:
6
7
8
automations:
9
+ # Use LinearB's AI service to review the changes
10
+ linearb_ai_review:
11
+ if:
12
+ - {{ not pr.draft }}
13
+ - {{ not is.bot }}
14
+ run:
15
+ - action: code-review@v1
16
+ args:
17
+ approve_on_LGTM: {{ calc.safe_changes }}
18
+
19
+ # Use LinearB's AI service to add a description to the PR
20
+ linearb_ai_description:
21
22
23
+ - {{ not (is.bot_author or is.bot_branch) }}
24
25
+ - action: describe-changes@v1
26
27
+ concat_mode: append
28
29
# Add a label indicating how long it will take to review the PR.
30
estimated_time_to_review:
31
if:
0 commit comments