From d9f7bf7fdd22e5571ad8ca60eefa5057a9583f2e Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 30 Jun 2026 15:00:54 -0700 Subject: [PATCH] Remove PR body note from policy comments --- .github/scripts/check-contribution-policy.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/scripts/check-contribution-policy.js b/.github/scripts/check-contribution-policy.js index 6500c1b8..1a7926fd 100644 --- a/.github/scripts/check-contribution-policy.js +++ b/.github/scripts/check-contribution-policy.js @@ -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"); }