We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c41bf commit 6e01cd7Copy full SHA for 6e01cd7
src/commands/ci/handle-ci.mts
@@ -38,12 +38,12 @@ export async function handleCi(autoManifest: boolean): Promise<void> {
38
pendingHead: true,
39
pullRequest: 0,
40
reach: {
41
- runReachabilityAnalysis: false,
42
- reachDisableAnalytics: false,
43
reachAnalysisTimeout: 0,
44
reachAnalysisMemoryLimit: 0,
+ reachDisableAnalytics: false,
45
reachEcosystems: [],
46
reachExcludePaths: [],
+ runReachabilityAnalysis: false,
47
},
48
repoName,
49
readOnly: false,
0 commit comments