-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce CLA Check Everywhere #407
Comments
@e0d, @Carlos-Muniz and I noticed this while we were investigating other CLA stuff. This seems wrong but wanted to check in before we prioritized fixing it. |
If we do enforce the check, it will do two things which are probably good:
|
I created openedx-unsupported/terraform-github#39 as a first stab at this. |
We ran the script that was merged in with this PR: openedx-unsupported/terraform-github#39 We have a ticket for automating it to run regularly in the future. openedx/repo-tools#385 Closing this ticket as I think we've got leftover work tracked and the main concern here should not happen again for all the existing repos. |
The CLA checks gets run by the webhooks bot on any repo it has write access to, however, the check is not always required. This means that it can be ignored even if it is failing. People can bypass the CLA check and still merge.
Example PR Where the CLA failed but the change was merged anyway: openedx-unsupported/configuration#6780
The text was updated successfully, but these errors were encountered: