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 415fd45 commit ccd5251Copy full SHA for ccd5251
docs/downloads/gitStream-gl.cm
@@ -10,15 +10,15 @@ automations:
10
linearb_ai_review:
11
if:
12
- {{ not pr.draft }}
13
- - {{ pr.author | match(list=['github-actions', 'dependabot', '[bot]']) | nope }}
+ - {{ IS_NOT_A_BOT }}
14
run:
15
- action: code-review@v1
16
17
# Use LinearB's AI service to add a description to the PR
18
linearb_ai_description:
19
20
21
22
23
- action: describe-changes@v1
24
args:
@@ -73,3 +73,5 @@ colors:
73
red: 'b60205'
74
yellow: 'fbca04'
75
green: '0e8a16'
76
+
77
+IS_NOT_A_BOT: {{ pr.author | match(list=['_bot_', '[bot]', 'dependabot']) | nope }}
0 commit comments