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 517ed19 commit 15c0141Copy full SHA for 15c0141
.github/workflows/cla.yml
@@ -10,10 +10,10 @@ jobs:
10
cla:
11
runs-on: ubuntu-latest
12
if: |
13
- (github.event.issue.pull_request
+ (github.event.issue.pull_request
14
&& !github.event.issue.pull_request.merged_at
15
&& contains(github.event.comment.body, 'signed')
16
- )
+ )
17
|| (github.event.pull_request && !github.event.pull_request.merged)
18
steps:
19
- uses: Shopify/shopify-cla-action@v1
0 commit comments