ci(release-commenter): fix duplicate comment

This commit is contained in:
Elliot DeNolf
2024-09-09 16:25:13 -04:00
parent 3dd3f5b135
commit f312bac065

View File

@@ -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}`,