Skip to content

Contributor emails not getting populated in the contributors table #3693

@cdolfi

Description

@cdolfi

How Augur is suppose to populate emails:

For every commit, augur checks to see if the author email has a GH account associated with it using the following API endpoint
https://api.github.com/search/users?q={email}+in:email+type:user
called in:
Contributor interface code

This would also impact contributor alias since we are not getting an initial email so any following would be missed as well.

Somewhere this is not getting called or used

Open question(s):

  • is insert_facade_contributors running?

Note: contributor resolution is a different limit (50/hr)

This is most likely related to #3692

Metadata

Metadata

Assignees

No one assigned

    Labels

    deployed versionLive problems with deployed versions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions