From 54ebab73cd3254c97ed1bc8e1abeed0b5d239177 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 19 Oct 2021 16:21:58 -0700 Subject: Formatting fixes to YAML files --- .github/workflows/cla.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/cla.yml') diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 818fdcf3..9d449e81 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,17 +1,17 @@ name: "CLA-Bot" on: issue_comment: - types: [created] + types: [ created ] pull_request_target: types: [ opened, closed, synchronize ] jobs: - CLAssistant: + clabot: runs-on: ubuntu-latest steps: - name: "CLA-Bot signature check" - if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' uses: cla-assistant/github-action@v2.1.3-beta + if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }} -- cgit v1.2.3-55-g6feb