You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a code fix that I would love to contribute but I can't get all tests to pass on my local. Is there information for developers on how to successfully build the project?
augustd
added a commit
to augustd/github-api
that referenced
this issue
Aug 9, 2024
The Github API docs (https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors) say that there is am
anon=true
parameter to add to/repos/{owner}/{repo}/contributors
in order to fetch anonymous contributions.There does not seem to be an option in the API to add that parameter. Is there any way to fetch anonymous contributors?
The text was updated successfully, but these errors were encountered: