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"); }