-
Notifications
You must be signed in to change notification settings - Fork 1
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
Github username look-up #30
Comments
Assuming we know the GitLab ID, we can use the (v4) users api, which returns the GitHub ID associated with the user, see below, Thanks! |
@sehaswell @strangerich - any update on this ? Or shall I try to work on a PR? Thanks! |
Did some investigation here. It appears that the current user validation process:
In theory, the user profile payload that is filtered on https://github.com/ScottLogic/gitlab-cla-bot/blob/master/src/committerFinder.js#L57 should include also the GitHub username, on field If that is already the case, the only things left would be:
@strangerich @sehaswell - any thoughts, before I embark in this coding adventure? 😄 |
Cross-reference Gitlab users with Github users so that a single user whitelist can be used across both.
This is very dependent on the user info provided by Gitlab for our MRs - can we positively identify users? We can't always assume everyone contributing to an MR is using Gitlab, let alone Github.
The text was updated successfully, but these errors were encountered: