[Feature]: implement PR title checker workflow for conventional commit prefixes #667
Closed
7 tasks done
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
gssoc
level1
Description:
The project would benefit from a PR title checker that ensures conformity to conventional commit prefixes. Currently, the following prefixes are considered valid:
build:
chore:
docs:
feat:
fix:
perf:
refactor:
revert:
style:
test:
Problem:
Enforcing consistent and descriptive PR titles following conventional commit prefixes helps maintain clarity and organization in the project's version history.
Describe the solution you'd like
Implement a PR title checker that validates each PR title against the specified conventional commit prefixes. This will ensure that PR titles adhere to the established guidelines.
To-Do:
Screenshots
No response
Checklist
The text was updated successfully, but these errors were encountered: