di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.98k stars 318 forks source link

[Feature]: Manage and change PR titles using OpenCommit for consistency #283

Open TGTGamer opened 9 months ago

TGTGamer commented 9 months ago

Description

So, we enforce commit specifications on our pull requests, too. Currently, we have a bot that checks the name and then blocks the PR if it fails conventions. It would be really cool to go one step further and, based on the commit messages, generate a title and rename the PR based on that.

Suggested Solution

Add additional functionality to the Github Action or create an additional action which leverages the functionality of this project.that leverages this project's functionality

Alternatives

No response

Additional Context

No response

github-actions[bot] commented 8 months ago

Stale issue message

TGTGamer commented 8 months ago

Not addressed? Please reopen :)

di-sukharev commented 7 months ago

reopening, will take a look at this

di-sukharev commented 7 months ago

@TGTGamer how do you imagine the implementation

TGTGamer commented 6 months ago

I'll be honest. I'm not entirely sure. Maybe something which scans the changes in the gitaction and updates the PR title based on the code changes?