Skip to content

Commit

Permalink
ci(release-commenter): fix duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 9, 2024
1 parent 3dd3f5b commit f312bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/release-commenter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit f312bac

Please sign in to comment.