Skip to content

Commit

Permalink
Format yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Jul 18, 2022
1 parent 7b25b8c commit eef3c90
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cla.yml
@@ -1,3 +1,5 @@
---

name: Contributor License Agreement (CLA)

on:
Expand All @@ -10,10 +12,10 @@ jobs:
cla:
runs-on: ubuntu-latest
if: |
(github.event.issue.pull_request
&& !github.event.issue.pull_request.merged_at
&& contains(github.event.comment.body, 'signed')
)
(github.event.issue.pull_request
&& !github.event.issue.pull_request.merged_at
&& contains(github.event.comment.body, 'signed')
)
|| (github.event.pull_request && !github.event.pull_request.merged)
steps:
- uses: Shopify/shopify-cla-action@v1
Expand Down

0 comments on commit eef3c90

Please sign in to comment.