Skip to content

fix: Switch from obj compare to equals for boxed bot ID checks

Martin Lowe requested to merge malowe/main/gh-comment-duplication into main
  • fix: Switch from obj compare to equals for boxed bot ID checks

Previous code used == to compare boxed primitives, which would compare references and not contents, leading to false in cases where they are equal.

  • fix: add additional logging to the GitHub auto-comment feature for debug

Merge request reports

Loading