mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: add exempt users to CLAbot allowlist (#9292)
This commit is contained in:
3
.github/workflows/contrib.yaml
vendored
3
.github/workflows/contrib.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user