We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47874e2 commit c15cd99Copy full SHA for c15cd99
1 file changed
docs/downloads/gitstream-bb.cm
@@ -10,7 +10,7 @@ automations:
10
linearb_ai_review:
11
if:
12
- {{ not pr.draft }}
13
- - {{ not is.bot }}
+ - {{ not (is.bot_author or is.bot_branch) }}
14
run:
15
- action: code-review@v1
16
args:
0 commit comments