#Another idea for a bot/workflow to maybe
1 messages ยท Page 1 of 1 (latest)
Yea that could be a solution
I've found LLMs to be pretty terrible at PR titles
yep! but it could work if it was just asking it to reword the existing title to make it in our existing format (and not give it any other context, so it does not make stuff up)
I have a similar automation in zwave-js. One check that fails if the PR title does not follow conventional commits. When that fails, an automation runs that suggests a better title using Github Models.
Nowadays AI workflows may make this a bit simpler than when I set it up.