We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cac721 commit e4c0cfeCopy full SHA for e4c0cfe
docs/downloads/gitstream.cm
@@ -12,7 +12,7 @@ automations:
12
- pr_created
13
- commit
14
if:
15
- - {{ pr.draft == false }}
+ - {{ not pr.draft }}
16
- {{ pr.author | match(list=['github-actions', 'dependabot', '[bot]']) | nope }}
17
run:
18
- action: code-review@v1
0 commit comments