Merge pull request #3315 from github/koesie10/nightly-distribution-check

Execute a distribution check when changing the CLI channel
This commit is contained in:
Koen Vlaswinkel
2024-02-05 14:36:02 +01:00
committed by GitHub

View File

@@ -108,6 +108,7 @@ const DISTRIBUTION_CHANGE_SETTINGS = [
CUSTOM_CODEQL_PATH_SETTING,
INCLUDE_PRERELEASE_SETTING,
PERSONAL_ACCESS_TOKEN_SETTING,
CLI_CHANNEL_SETTING,
];
export type CLIChannel = "stable" | "nightly";