8000 Improve comments · github/codeql-action@8c50b52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c50b52

Browse files
Improve comments
Co-authored-by: Henry Mercer <henry.mercer@me.com>
1 parent d64fae7 commit 8c50b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/init-action.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ interface InitWithConfigStatusReport extends InitStatusReport {
8282
trap_cache_download_duration_ms: number;
8383
}
8484

85-
// Fields that we only send to the status report if the tools source was download.
85+
/** Fields of the init status report populated when the tools source is `download`. */
8686
interface InitToolsDownloadFields {
8787
/** Time taken to download the bundle, in milliseconds. */
8888
tools_download_duration_ms: number;
89-
/** Whether the relevant tools dotcom feature flags have been misconfigured. Only sent if we attempt to download based off dotcom flags. */
89+
/** Whether the relevant tools dotcom feature flags have been misconfigured. Only populated if we attempt to determine the default version based on the dotcom feature flags. */
9090
tools_feature_flags_valid: boolean;
9191
}
9292

0 commit comments

Comments
 (0)
0