semantic-release-monorepo: @semantic-release/github adds comments to the wrong issues

It looks like @semantic-release/github adds comments to the wrong issues when used in monorepo

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (6 by maintainers)

Commits related to this issue

Most upvoted comments

Thanks so much for trying it out @travi! That’s good enough for me… just published a new release with the fix!

Our releases are taking longer and longer because it’s adding so many comments to PRs. If someone can point me to the location of what to fix, I can take a stab at it. Maybe wrapping the success plugin?

Haven’t had a chance to look at this… Thanks for the research!

Sounds like maybe all we need to do is wrap the success plugin like we do the others. The primary reason this library even exists is to allow monkey patching the output of getCommits to filter commits based on package since semantic-release won’t allow it.