Contributor emails not getting populated in the contributors table
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#3693](https://github.com/augurlabs/augur/issues/3693)
> Originally opened by `@cdolfi` on 2026-02-13
---
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](https://github.com/chaoss/augur/blob/main/augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py)
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 #215
Contributor guide
Assessment
This issue has not been assessed yet.