From 372b845dce71261dcb392941338a868f33316799 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 11 Jun 2026 16:17:04 +1000 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- eng/pr-risk-scan.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pr-risk-scan.mjs b/eng/pr-risk-scan.mjs index 5fe71924..f4820e32 100644 --- a/eng/pr-risk-scan.mjs +++ b/eng/pr-risk-scan.mjs @@ -217,7 +217,7 @@ function scanSkillScriptPath(filePath, findings) { } addFinding(findings, { - rule_id: "skill-script-added", + rule_id: "skill-script-touched", severity: severityLevels.info, file: normalized, line: 1,