Closed guibranco closed 1 month ago
Click the checkbox below to generate a PR!
@guibranco, You have 5 requests left in this cycle which refreshes on 2024-11-21 10:07:38+00:00. If you have any questions or concerns, please contact us at info@gitauto.ai.
Description: There is an error when generating a commit message in a branch that contains a JIRA ticket number in its name. The issue appears to be related to the brackets in the message prefix, which are mistakenly interpreted as a color/style by the logging library.
Stack Trace:
Steps to Reproduce:
feature/CODE-12345-something
.Expected Behavior: The expected output should be:
[CODE-12345] Brief description of changes
Current Behavior: The application throws the exception above, failing to generate the commit message, and ultimately aborts the commit.