From 7ba2310726e6f0993e2061c8a3bbd533b4ba8b02 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 10 Sep 2020 13:35:03 -0300 Subject: [PATCH] Update CLA bot (#9389) The `cla-signature-bot` has been updated to `v3.0.1`. This update includes a bug fix for PRs that have over 100 comments. --- .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 dc339a472..73a49e15b 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.0 + uses: MetaMask/cla-signature-bot@v3.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: