Skip to content

Commit c43db04

Browse files
Update docs/automation-actions.md
Co-authored-by: Misha Kav <[email protected]>
1 parent 175c8ec commit c43db04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/automation-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ automations:
320320
- pr_created
321321
- commit
322322
if:
323-
- {{ pr.draft == false }}
323+
- {{ not pr.draft }}
324324
- {{ pr.author | match(list=['github-actions', 'dependabot', '[bot]']) | nope }}
325325
run:
326326
- action: code-review@v1

0 commit comments

Comments
 (0)