Add ML-powered query enablement info to analyze finish status report

This commit is contained in:
Henry Mercer 2022-02-15 14:42:55 +00:00
parent 2c6b76bc5a
commit bcdaad245b
13 changed files with 38 additions and 22 deletions

View file

@ -53,12 +53,6 @@ interface InitSuccessStatusReport extends StatusReportBase {
* This may be from the workflow file or may be calculated from repository contents
*/
languages: string;
/**
* Information about the enablement of the ML-powered JS query pack.
*
* @see {@link getMlPoweredJsQueriesStatus}
*/
ml_powered_javascript_queries: string;
/** Comma-separated list of paths, from the 'paths' config field. */
paths: string;
/** Comma-separated list of paths, from the 'paths-ignore' config field. */