chore: add exempt users to CLAbot allowlist (#9292)

This commit is contained in:
Ben Potter
2023-08-23 18:17:22 -05:00
committed by GitHub
parent 6c93687095
commit f96622f192

View File

@ -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