intuit/auto

Conventional Commit based on pull request `title`

maximveksler opened this issue · 4 comments

Is your feature request related to a problem? Please describe.

Hi guys,

Adding labels is really nice, however prefixing the title of the PR can be some much more fun. See for example how it looks here https://github.com/felangel/bloc/pulls?q=is%3Amerged

Describe the solution you'd like

Auto has https://intuit.github.io/auto/docs/generated/conventional-commits plugin, however it seems that the plugin uses the individual commit messages.

It is possible to have the plugin use the title of the pull reqeust for the conventional commit logic instead?

Describe alternatives you've considered

Additional context

This probably wouldn't be the hardest thing to do

@maximveksler @hipstersmoothie

Is this issue still up for grabs? Would love to take this up and start contributing!

@maximveksler @hipstersmoothie

Is this issue still up for grabs? Would love to take this up and start contributing!

Please do !

@maximveksler @hipstersmoothie

As far as I can tell, this is where we parse each commit message.

So, just a query,
All we need is to parse the PR title here as well right? (parse commit messages + PR title)
Or do we need to completely remove the part of parsing the commit messages and just parse the PR title? (only parse PR title)

Thanks!