Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions should feed into statuses to affect quality score #271

Open
domdomegg opened this issue Nov 14, 2022 · 0 comments
Open

GitHub actions should feed into statuses to affect quality score #271

domdomegg opened this issue Nov 14, 2022 · 0 comments

Comments

@domdomegg
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant