Skip to content

Commit 15c0141

Browse files
authored
remove whitespace
1 parent 517ed19 commit 15c0141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
cla:
1111
runs-on: ubuntu-latest
1212
if: |
13-
(github.event.issue.pull_request
13+
(github.event.issue.pull_request
1414
&& !github.event.issue.pull_request.merged_at
1515
&& contains(github.event.comment.body, 'signed')
16-
)
16+
)
1717
|| (github.event.pull_request && !github.event.pull_request.merged)
1818
steps:
1919
- uses: Shopify/shopify-cla-action@v1

0 commit comments

Comments
 (0)