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
Currently, there is a status evaluation here which uses the data collected from the GitHub statuses API here. However, GitHub actions, a popular tool used for CI on GitHub repositories does not update these commit statuses so they do not count. This artifically deflates the quality score, as I believe the logic here is 'does the repo use some sensible CI solution'.
Currently, there is a status evaluation here which uses the data collected from the GitHub statuses API here. However, GitHub actions, a popular tool used for CI on GitHub repositories does not update these commit statuses so they do not count. This artifically deflates the quality score, as I believe the logic here is 'does the repo use some sensible CI solution'.
We could fix this logic by querying another GitHub endpoint e.g. https://api.github.com/repos/definitelytyped/definitelytyped/actions/runs?branch=master
The text was updated successfully, but these errors were encountered: