From f96622f19264acffe7cb568557bcb60128b40c0b Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 23 Aug 2023 18:17:22 -0500 Subject: [PATCH] chore: add exempt users to CLAbot allowlist (#9292) --- .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 e3365d1abe..9c601b011c 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