Skip to content

Commit c15cd99

Browse files
authored
Update bot detection logic in gitstream config (#822)
Check for bot author or bot branch instead of just generic bot flag.
1 parent 47874e2 commit c15cd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/downloads/gitstream-bb.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ automations:
1010
linearb_ai_review:
1111
if:
1212
- {{ not pr.draft }}
13-
- {{ not is.bot }}
13+
- {{ not (is.bot_author or is.bot_branch) }}
1414
run:
1515
- action: code-review@v1
1616
args:

0 commit comments

Comments
 (0)