Skip to content

Commit e4c0cfe

Browse files
Apply suggestions from code review
Co-authored-by: Misha Kav <[email protected]>
1 parent 8cac721 commit e4c0cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/downloads/gitstream.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ automations:
1212
- pr_created
1313
- commit
1414
if:
15-
- {{ pr.draft == false }}
15+
- {{ not pr.draft }}
1616
- {{ pr.author | match(list=['github-actions', 'dependabot', '[bot]']) | nope }}
1717
run:
1818
- action: code-review@v1

0 commit comments

Comments
 (0)