Skip to content

Iss #131 - Add logic to lookup user by Github ID when available

Martin Lowe requested to merge (removed):malowe/main/131 into main

An issue exists where there are inconsistencies with the email used for commits and the associated Github user account. To patch this, a change was made to optionally include the Github username in the validation request. This will be used first when doing lookups of the user, falling back on the default flow if not set.

Merge request reports