refactor: rename overlay-disabled reason and add changelog entry

This commit is contained in:
Sam Robson
2026-05-06 20:23:20 +01:00
parent 8ab64a211d
commit e259d26055
5 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -107294,7 +107294,7 @@ async function applyIncrementalAnalysisSettings(config, hasDiffRanges, codeql, l
await addOverlayDisablementDiagnostics(
config,
codeql,
"pr-diff-ranges-not-computed" /* PrDiffRangesNotComputed */
"diff-informed-analysis-not-enabled" /* DiffInformedAnalysisNotEnabled */
);
}
if (hasDiffRanges) {