TusharAMD / SuperSpeechSaga

28 stars 37 forks source link

[Feature]: implement PR title checker workflow for conventional commit prefixes #71

Open harmeetsingh11 opened 4 months ago

harmeetsingh11 commented 4 months ago

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

Description:

The project would benefit from a PR title checker that ensures conformity to conventional commit prefixes. Currently, the following prefixes are considered valid:

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

github-actions[bot] commented 4 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTION.md for guidelines on contributing to this project.

TusharAMD commented 4 months ago

Keep this on hold we need to decide whether to include and what level it should be assigned