Arbtrage / Enigma

A Github App that executes and comments the code present in the Pull Request's diff .
https://github.com/apps/enigma-code-bot
ISC License
4 stars 6 forks source link

[Feature]: Implement PR Title Checker workflow for Conventional Commit Prefixes #11

Open harmeetsingh11 opened 7 months ago

harmeetsingh11 commented 7 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:

Checklist