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
This occurs when the contributor_confidence field on a repo entity is 0 on the v2/repos/:owner/:name API endpoint:
{"id": 585983418,// etc. etc. other repo page fields"contributor_confidence": 0,"health": 0,"last_pushed_at": "1970-01-01T00:00:00.000Z","last_main_pushed_at": "1970-01-01T00:00:00.000Z"}
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.
For full info on how to contribute, please check out our contributors guide.
Describe the bug
This occurs when the
contributor_confidence
field on a repo entity is0
on thev2/repos/:owner/:name
API endpoint:Steps to reproduce
The text was updated successfully, but these errors were encountered: