Closed mc1arke closed 2 months ago
Failed conditions
57.5% Coverage on New Code (required ≥ 80%)
any chance of get this working soon?
@mc1arke I can confirm that this fixes the issue, thank you very much for your fast response.
I can confirm that the snapshot version works here and solved the pull request decoration issue
@mc1arke Any idea when will be merged this PR? Just an estimation if you can provide. Thank you!
@mc1arke Really appreciate if this PR can be merged and the new release 1.22.0 or hotfix 1.21.x can be released soon. Thanks.
The Github Cloud API now returns an error about the input message being malformed, seemingly due to a change in how new lines in messages are being handled. As the use of blockquotes around multi-line messages appears to continue to work, the analysis messages are being wrapped in blockquotes rather than double-quotes where they contain newline characters. This requires an interim measure of cloning the InputObject class from the nodes library to alter the String comparison and wrapping since the library is no longer maintained.