-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the commit message checker github action #13
Comments
yesss! I mean, how does this work? |
@isabelcosta Well, it just parses the commit message for a set of rules and then throws an error for the failed github action! (like tests have failed) Sample: anitab-org/portal#566 |
can i work on this?? |
Sure @19-pragya, should I assign you? |
Yes please |
Let me know if you need any help. |
actually, i am very new to this.. |
Most projects at Anita-B have a Commit Message Style Guide, which is adhered by all developers when updating or creating commits for a PR. This is Portal's. This was mostly checked by each and every PR reviewer manually, which is not the most effecient way to do it. So, why not let computers do what they are good what? anitab-org/portal#607 introduced commitlint to automatically do this, so that reviewers don't have to check for each commit. Here's an example (if you scroll down you will see the commit message check failing) Here's the list of steps that one needs to do here:
This is not a beginner or first timer issue, but feel free to ask for help on here or Zulip if you choose to do this! |
The Portal project recently integrated commitlint to check for incorrect commit messages.
Can we integrate this for other projects?
The text was updated successfully, but these errors were encountered: