Skip to content

fix: update GH API requests to handle rest client param encoding

Martin Lowe requested to merge malowe/main/fix-gh-calls into main
  • fix: split combined PathParam into individual parts to address encoding

reactive rest client encodes string params which breaks some of our API calls. This splits them back out properly to address the issue

  • Set min log level to TRACE for better on demand debugging

  • Add more trace logs around GH validation for debugging

  • Fix: fix isolation breaking passed params for error template

Merge request reports

Loading