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 1ba96b0 commit b04e2f0Copy full SHA for b04e2f0
.github/workflows/cla.yml
@@ -14,8 +14,7 @@ jobs:
14
(github.event.issue.pull_request
15
&& !github.event.issue.pull_request.merged_at
16
&& contains(github.event.comment.body, 'signed')
17
- )
18
-|| (github.event.pull_request && !github.event.pull_request.merged)
+ ) || (github.event.pull_request && !github.event.pull_request.merged)
19
steps:
20
- uses: Shopify/shopify-cla-action@v1
21
with:
a
0 commit comments