From 85b03a6e6de3d5eb32afbb05670ed2f482eea44d Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 26 Aug 2020 13:24:34 -0300 Subject: [PATCH] Fix parameter name The `allow-organization-members` input parameter was incorrectly named. It has been fixed. The version of the `cla-signature-bot` has been updated as well, because I have reset the tags used on that repo. `v3.0.0` now refers to the latest version. --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 4beda38993bb..dc339a4729b3 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "CLA Signature Bot" - uses: MetaMask/cla-signature-bot@v3.0.2 + uses: MetaMask/cla-signature-bot@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -20,5 +20,5 @@ jobs: # This branch can't have protections, commits are made directly to the specified branch. branch: 'cla-signatures' allowlist: dependabot - allowOrganizationMembers: true + allow-organization-members: true blockchain-storage-flag: false