Skip to content

Commit b04e2f0

Browse files
committed
Dummy PR to trigger action
1 parent 1ba96b0 commit b04e2f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
(github.event.issue.pull_request
1515
&& !github.event.issue.pull_request.merged_at
1616
&& contains(github.event.comment.body, 'signed')
17-
)
18-
|| (github.event.pull_request && !github.event.pull_request.merged)
17+
) || (github.event.pull_request && !github.event.pull_request.merged)
1918
steps:
2019
- uses: Shopify/shopify-cla-action@v1
2120
with:

a

Whitespace-only changes.

0 commit comments

Comments
 (0)