di-sukharev / di-sukharev/opencommit
[Feature]: Manage and change PR titles using OpenCommit for consistency
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 445
- Avg merge
- 18m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing GitHub Action that checks pull-request names and reviewing how OpenCommit derives commit messages. Define how the action should generate and apply a PR title from those messages, then verify the workflow with compliant and non-compliant pull-request naming cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, javascript
- Domain
- ci-cd, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100