diff --git a/.github/actions/release-commenter/src/index.ts b/.github/actions/release-commenter/src/index.ts index 819f6c702bf..5380612e4c1 100644 --- a/.github/actions/release-commenter/src/index.ts +++ b/.github/actions/release-commenter/src/index.ts @@ -308,8 +308,6 @@ const releaseTagTemplateRegex = /{release_tag}/g ) } } - - requests.push(createCommentPromise()) } else { core.info( `Issue/PR is locked: ${issueNumber}. Unlocking, commenting, and re-locking. ${payload.repository.html_url}/pull/${issueNumber}`,