Remove PR body note from policy comments

This commit is contained in:
Gregory Schier
2026-06-30 15:00:54 -07:00
parent 45c410dd4c
commit d9f7bf7fdd
@@ -305,11 +305,6 @@ function buildBlockingComment(analysis) {
);
}
lines.push(
"",
"I did not overwrite the PR body, since that can remove useful context. Editing the description directly is the safest way to keep your notes while completing the template.",
);
return lines.join("\n");
}