-
Notifications
You must be signed in to change notification settings - Fork 545
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
ci: lint PR titles #1068
ci: lint PR titles #1068
Conversation
Editing the PR title immediately reruns the check without requiring another push and full test run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's awesome. 👍
Codecov Report
@@ Coverage Diff @@
## main #1068 +/- ##
=======================================
Coverage 95.91% 95.91%
=======================================
Files 13 13
Lines 856 856
Branches 178 178
=======================================
Hits 821 821
Misses 35 35 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Some PR authors (especially new ones) often don't know that PR titles should be conventional commit messages. This adds a lint check to both let those authors know and also to ensure we dont accidentally merge a PR before it is properly named.