We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0491c commit a33689eCopy full SHA for a33689e
.github/workflows/contrib.yaml
@@ -46,7 +46,8 @@ jobs:
46
path-to-document: "https://github.com/coder/cla/blob/main/README.md"
47
# branch should not be protected
48
branch: "main"
49
- allowlist: dependabot*
+ # Some users have signed a corporate CLA with Coder so are exempt from signing our community one.
50
+ allowlist: "coryb,aaronlehmann,dependabot*"
51
52
release-labels:
53
runs-on: ubuntu-latest
0 commit comments