From caa8f3cd5eca7ae3f6eec4fb285410d43bca7cc9 Mon Sep 17 00:00:00 2001 From: Artem Chepurnyi Date: Sun, 31 Dec 2023 08:44:01 +0200 Subject: [PATCH] Add crowdin-bot to CLA allow list --- .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 d832cca..72f2a02 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -34,7 +34,7 @@ jobs: path-to-document: 'https://github.com/AChep/keyguard-app/blob/master/SAPCLA.md' # branch should not be protected branch: 'master' - allowlist: dependabot + allowlist: dependabot,crowdin-bot # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)