#Another idea for a bot/workflow to maybe

1 messages ยท Page 1 of 1 (latest)

agile jungle
#

do you have some automatic way in mind, or using LLM to generate it?

stark monolith
#

Yea that could be a solution

agile jungle
#

which one? ๐Ÿ˜„

#

with or without LLM?

stark monolith
#

LLM

#

But I'd be open to other solutions ๐Ÿ˜›

median pine
#

I've found LLMs to be pretty terrible at PR titles

agile jungle
#

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)

oak kite
#

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.