Skip to content

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

@domdomegg

Description

@domdomegg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions