Skip to content

Commit 9fcebe0

Browse files
author
root
committed
ci: define is.bot in gitStream config
1 parent d0fa4e7 commit 9fcebe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cm/gitstream.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ colors:
193193

194194
is:
195195
# Documented gitStream predicate for Dependabot and common bot accounts.
196-
bot_author: "{{ pr.author | match(list=['github-actions', '_bot_', '[bot]', 'dependabot']) | some }}"
196+
bot_author: "{{ pr.author | includes(list=['github-actions', '_bot_', '[bot]', 'dependabot']) }}"
197197
high_risk: {{ ((not is.bot_author) and calc.etr >= 20) or (files | match(list=critical_files) | some) }}
198198
formatting: "{{ source.diff.files | isFormattingChange }}"
199199
docs: "{{ files | allDocs }}"

0 commit comments

Comments
 (0)