Thanks to visit codestin.com Credit goes to github.com
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 6c93687 commit f96622fCopy full SHA for f96622f
.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