-
Works at my side, please describe detail steps to reproduce.
-
Previous Value Current Value Open
Closed
-
@robin I had vacation. Still happens in 16.5.12, haven't updated to latest yet. I tried to fork the server project here to try it here but it seems users cannot create projects here anymore? I tried "forks", "forks/jbauer" as parent project but both did not work (not authorized). Also I would have expected that a default fork location is provided but the box was empty.
As the commit message was german, can you try something with german umlauts like a single commit
fix(sql): SQL-Korrekturdateien müssen übersprungen werdenand then create a PR with that commit? Also it looks like that the description is filled via AI as I can briefly see "Suggesting .." and then the german commit message is repeated in english as PR description.My gut feeling says it might be some regex issue with regard to unicode so that only english ascii is currently checked. We had that before with some other issue.
-
Previous Value Current Value Closed
Open
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.5.8
|
| Labels |
No labels
|
I am not sure if it is regression or not but I just did a PR with a single commit and the commit message was
fix(sql): example text.Creating a PR suggested a PR title
fix: fix(sql): example textand the PR description showedfix(sql): example text.However I would expect a suggested PR title
fix(sql): example textand an empty description (because the commit only had a title in terms of conventional commits. No description and no footer).