You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a pull request title includes a colon (:), gitStream fails to process the automation with a YAML parsing error:
gitstream-rules-parser - failed yaml.load - in rules file Error in .cm/XXXXX.cm::bad indentation of a mapping entry
To Reproduce
Create a pull request with a colon : in the title
Run gitStream on it
Expected behavior
gitStream should correctly parse PR metadata even if the title contains special characters like colons. The automation should not fail due to a YAML parsing error caused by valid PR titles.