Skip to content

Commit 7984b22

Browse files
authored
Merge branch 'main' into changeset-release/main
2 parents 3475c6c + 9fcebe0 commit 7984b22

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)