Contributors API results inconsistent with contributors insights page #46421
Unanswered
xvello
asked this question in
API and Webhooks
Replies: 1 comment
-
I got the same issue when getting the contributors list through the GitHub API. Does not work as expectedhttps://github.com/pysnippet/fuzzymap (two contributors) https://github.com/pysnippet/pysnippet (two contributors) Works as expectedhttps://github.com/pysnippet/django-mermaid (two contributors) |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Select Topic Area
Bug
Body
Hello folks!
Some of my project's users contribute new rules via issues instead of PRs, and I'm OK doing the commit myself. For them to still appear in the repo's contributors list, I list them as
Co-authored-by
, for example in this commit.While these users are shown as contributors in the project's homepage and insights page, they are not listed in the results of the repo contributors API, which I was planning to call, in order to show contributors on the project's website. My understanding is that the dataset backing the API only looks for commits' committers, and ignores the
Co-authored-by
, even if I setanon=1
.Beta Was this translation helpful? Give feedback.
All reactions