interface SubProjCheck {
    id: string;
    satisfied?: boolean;
    status?: string;
}

Properties

Properties

id: string

The ID of the check which should match how they are posted on GitHub.

satisfied?: boolean

If the check has been satified.

Note: This field should get filled when the app is analyzing the pull requests.

status?: string

The currently posted status of the check.

Generated using TypeDoc