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