From 0c627fa4f378e1cc040ddaecb9b935f2afa24cce Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 28 Apr 2021 20:15:47 -0230 Subject: [PATCH] Update the CLA Signature bot to v3.0.2 (#10947) This update includes support for PRs with >100 commits. --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b44bbf84a..f358e58a9 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.1 + uses: MetaMask/cla-signature-bot@v3.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: