From 211c5afb7bbbe7e760bc5afdbe1245f67e63f941 Mon Sep 17 00:00:00 2001 From: Alex Donesky Date: Mon, 3 Jan 2022 13:48:56 -0600 Subject: [PATCH] add crowdin-bot to the CLA allowlist (#13193) --- .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 b97bb8247..0f7977000 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,6 +22,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],metamaskbot' + allowlist: 'dependabot[bot],metamaskbot,crowdin-bot' allow-organization-members: true blockchain-storage-flag: false