clarify ai release note comment (#5440)

This commit is contained in:
Matt Fiddaman
2025-08-01 17:03:20 -04:00
committed by GitHub
parent d946852ee9
commit 13bd08d243

View File

@@ -57,7 +57,8 @@ async function commentOnPR() {
`**Summary:** ${summaryData.summary}`,
`**File:** [upcoming-release-notes/${summaryData.prNumber}.md](${fileUrl})`,
'',
'The release notes file has been committed to the repository. You can edit it if needed before merging.',
// 'The release notes file has been committed to the repository. You can edit it if needed before merging.',
"If you're happy with this release note, you can add it to your pull request. If not, you'll need to add your own before a maintainer can review your change.",
].join('\n');
await octokit.rest.issues.createComment({