From 9367426bdf7539d271509a173b3ddb5500f7e338 Mon Sep 17 00:00:00 2001 From: ryanml Date: Wed, 28 Apr 2021 16:14:39 -0700 Subject: [PATCH] Update the CLA Signature bot to v3.0.2 (#10947) (#10948) This update includes support for PRs with >100 commits. Co-authored-by: Mark Stacey --- .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: