From 78d5601f15da0ef070eda37709d16cf10ddeac1f Mon Sep 17 00:00:00 2001 From: Matt Rosno Date: Tue, 30 Mar 2021 11:05:49 -0500 Subject: [PATCH] chore: use wildcard for dco bot allowlist --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index efcab024b635..1ee3e7bd9369 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -19,7 +19,7 @@ jobs: path-to-signatures: "dco-signatures.json" path-to-document: "https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md" branch: "main" - allowlist: dependabot,kodiakhq + allowlist: bot* remote-organization-name: carbon-design-system remote-repository-name: carbon-dco create-file-commit-message: "chore: create file to store dco signatures"