quarkusio / quarkus-github-bot

A Quarkus-powered GitHub App to simplify issues and pull requests management in the Quarkus project.
Apache License 2.0
22 stars 24 forks source link

Normalize title when pushing to version branches #437

Closed jmartisk closed 2 months ago

jmartisk commented 2 months ago

Fixes #401

gsmet commented 2 months ago

I started working on something that would add the prefix automatically if not present.

I didn’t finish it. I’ll see if I can revive it.

But in the meantime, we can probably merge and deploy this.

gsmet commented 2 months ago

@jmartisk I pushed an additional commit that goes a little further and try to normalize titles to include the branch for version branches. This will avoid us missing the information and merging to back branches without noticing it (which happened a few times).

gsmet commented 2 months ago

BTW, thanks for creating the PR, I wouldn't have made it a priority if you didn't and it was definitely annoying :).