From 0e1ecbfae5cc07396cf679e90c68e43f55f4ea22 Mon Sep 17 00:00:00 2001 From: Artem Rys <79191415+arys-splunk@users.noreply.github.com> Date: Mon, 9 Aug 2021 23:08:44 +0200 Subject: [PATCH] ci: allowlist dependabot in agreements step --- .github/workflows/agreements.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agreements.yaml b/.github/workflows/agreements.yaml index 0893c23d7..8056ddf40 100644 --- a/.github/workflows/agreements.yaml +++ b/.github/workflows/agreements.yaml @@ -22,7 +22,7 @@ jobs: path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CLA.md" # e.g. a CLA or a DCO document # branch should not be protected branch: "main" - allowlist: dependabot + allowlist: dependabot[bot] #below are the optional inputs - If the optional inputs are not given, then default values will be taken remote-organization-name: splunk remote-repository-name: cla-agreement @@ -47,7 +47,7 @@ jobs: path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CODE_OF_CONDUCT.md" # e.g. a COC or a DCO document # branch should not be protected branch: "main" - allowlist: dependabot + allowlist: dependabot[bot] #below are the optional inputs - If the optional inputs are not given, then default values will be taken remote-organization-name: splunk remote-repository-name: cla-agreement