From bffa035bc77c1c144b2b10812b4311ca445dac39 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 16 Sep 2020 17:42:16 -0230 Subject: [PATCH] Add MetaMask Bot to the CLA allow list (#9426) --- .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 6fdcb2d72..b44bbf84a 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,6 +19,6 @@ jobs: url-to-cladocument: 'https://metamask.io/cla.html' # This branch can't have protections, commits are made directly to the specified branch. branch: 'cla-signatures' - allowlist: 'dependabot[bot]' + allowlist: 'dependabot[bot],metamaskbot' allow-organization-members: true blockchain-storage-flag: false