Skip to content
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

Incorrect email in the commits bypasses the CLA Check #1051

Open
safeamiiir opened this issue Mar 13, 2024 · 0 comments
Open

Incorrect email in the commits bypasses the CLA Check #1051

safeamiiir opened this issue Mar 13, 2024 · 0 comments

Comments

@safeamiiir
Copy link

safeamiiir commented Mar 13, 2024

URL to the linked Repository or Organization

safeamiiir/cla-assistant#10

Steps to reproduce the problem

  1. push a commit (with the email that's used to sign the CLA)
  2. doing git config user.email "wrong@email.com" locally to change the email.
  3. push another commit (with any different email)

What is the expected result?

The CLA check to be failed in this case, because there's a commit with an email that hasn't signed the CLA

What happens instead?

The CLA check gets passed

Any other information? (attach screenshot if possible)

There's an other PR which does something similar but that starts with the wrong email and that works fine. (CLA check fails)

Used browser and browser version?

Doesn't matter in this case

Any other tested browsers/devices(OK/FAIL):

non-relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant