From 7fb6b8b818ed4c9d82c95086d78b6049d1292604 Mon Sep 17 00:00:00 2001 From: Anilople <15523186+Anilople@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:30:56 +0800 Subject: [PATCH] build: add github-actions to CLAssistant's allowlist --- .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 8bc93c95cc3..79092803691 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -37,7 +37,7 @@ jobs: path-to-document: 'https://github.com/apolloconfig/apollo-community/blob/master/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected branch: 'master' - allowlist: dependabot,bot* + allowlist: dependabot,bot*,github-actions remote-repository-name: apollo-community #below are the optional inputs - If the optional inputs are not given, then default values will be taken