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

Fixes DCO signoff issue #549

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

vishnoianil
Copy link
Member

@vishnoianil vishnoianil commented Feb 4, 2025

Auth session keeps information from the user profile,
so if the email address is not made visible on the profile
or alias is set as an email address, UI was using that email
address for signoff. In some cases, this was failing because
that email address is not users primary email address.

For DCO to pass, user needs to signoff the commits with it's
primary email address set in his account.

    Auth session keeps information from the user profile,
    so if the email address is not made visible on the profile
    or alias is set as an email address, UI was using that email
    address for signoff. In some cases, this was failing because
    that email address is not users primary email address.

    For DCO to pass, user needs to signoff the commits with it's
    primary email address set in his account.

Signed-off-by: Anil Vishnoi <[email protected]>
Copy link
Collaborator

@Gregory-Pereira Gregory-Pereira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@Gregory-Pereira Gregory-Pereira merged commit 43c7d09 into instructlab:main Feb 4, 2025
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants