-
Notifications
You must be signed in to change notification settings - Fork 508
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: add pr naming workflow #2698
ci: add pr naming workflow #2698
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2698 +/- ##
=====================================
Coverage 79.3% 79.3%
=====================================
Files 123 123
Lines 22660 22660
=====================================
Hits 17977 17977
Misses 4683 4683 ☔ View full report in Codecov by Sentry. |
7adcb0c
to
ed19c75
Compare
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.
LGTM, with couple of comments.
@lalitb @cijothomas addressed comments; should be good to merge. |
Changes
Adds a workflow to ensure that PR names conform to the conventional commits standard. This will make our commit history going forward consistent, and will (hopefully!) make it easier to generate changelogs at a later stage.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes