From ef3bcc54467a8cab956adaa523db93a28e88666f Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 23 Aug 2023 18:11:38 -0500 Subject: [PATCH] chore: add exempt users to CLAbot allowlist --- .github/workflows/contrib.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index e3365d1abe24c..9c601b011c03b 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -46,7 +46,8 @@ jobs: path-to-document: "https://github.com/coder/cla/blob/main/README.md" # branch should not be protected branch: "main" - allowlist: dependabot* + # Some users have signed a corporate CLA with Coder so are exempt from signing our community one. + allowlist: "coryb,aaronlehmann,dependabot*" release-labels: runs-on: ubuntu-latest