-
Notifications
You must be signed in to change notification settings - Fork 154
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
chore: test check-pr-title #1831
Conversation
|
|
Coverage report
Test suite run success832 tests passing in 120 suites. Report generated by 🧪jest coverage report action from 12c01e3 |
6382836
to
d517c85
Compare
d517c85
to
12c01e3
Compare
What/Why/How?
This PR adds a GitHub Action to check PR titles.
They should follow this pattern:
<type>[(scope)]: <subject>
.The goal is to ensure all commit messages follow the same style (see the contribution guide).
Reference
Testing
Screenshots (optional)
Check yourself
Security