From eef3c90d1dad35acbe054a542c16d8582b4eb44e Mon Sep 17 00:00:00 2001 From: Michael Nikitochkin Date: Mon, 18 Jul 2022 12:46:16 +0200 Subject: [PATCH] Format yaml file --- .github/workflows/cla.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index ecd71ce21..291ef1a67 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,3 +1,5 @@ +--- + name: Contributor License Agreement (CLA) on: @@ -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