From f312bac0651a062f309ad73472befc40a47ea580 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Mon, 9 Sep 2024 16:25:13 -0400 Subject: [PATCH] ci(release-commenter): fix duplicate comment --- .github/actions/release-commenter/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/release-commenter/src/index.ts b/.github/actions/release-commenter/src/index.ts index 819f6c702b..5380612e4c 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}`,