interface CheckGroupConfig {
    customServiceName: string;
    debugInfo: DebugInfo[];
    subProjects: SubProjConfig[];
}

Properties

customServiceName: string

The name that will be displayed on the GitHub pull request check list. This requested to be customizable in #457 to make it more informative for developers that are less familiar with the workflows.

debugInfo: DebugInfo[]

Extra debug information that will be used to help developers to debug issues.

subProjects: SubProjConfig[]

The sub-project configurations.

Generated using TypeDoc