dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fixed GitHub Bot message format #1807

Closed Mil4n0r closed 7 months ago

Mil4n0r commented 7 months ago

Checklist (Check off all the items before submitting)

Purpose Regarding the issue #1778 , it seems that there was a problem in the formatting of the automatic message, causing part of it to be displayed as a code.

Description The new solution uses string concatenation to prevent unwanted behaviors from the template string.

Screenshots Bug: image Expected: image