-
-
Notifications
You must be signed in to change notification settings - Fork 246
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 title checker workflow and thank-you comment on merge #1385
Conversation
* Updated the section on Conventional Pull Request Titles in `CONTRIBUTING.md` * Added GitHub Actions workflows to check PR titles and post a thank-you comment upon merging * Introduced `commitlint` configuration to enforce title conventions for pull requests
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Sweet, this will be nice to have. It's quite annoying for maintainers to edit PR titles. But realistically, we'll still need to rename PRs to better represent what's actually being changed and match changelog tone. It's hard for people to come up with a good name without the full context of the project.
Co-authored-by: Aaron <aaronklinker1@gmail.com>
Co-authored-by: Aaron <aaronklinker1@gmail.com>
Co-authored-by: Aaron <aaronklinker1@gmail.com>
Co-authored-by: Aaron <aaronklinker1@gmail.com>
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/storage
wxt
@wxt-dev/unocss
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
- Coverage 81.36% 81.22% -0.15%
==========================================
Files 128 128
Lines 6296 6296
Branches 1074 1070 -4
==========================================
- Hits 5123 5114 -9
- Misses 1158 1167 +9
Partials 15 15 ☔ View full report in Codecov by Sentry. |
And formatting is failing. Run |
Co-authored-by: Aaron <aaronklinker1@gmail.com>
Done |
Thanks for helping make WXT better! |
Overview
CONTRIBUTING.md
commitlint
configuration to enforce title conventions for pull requestsFor now, this is to test the functionality of the checks
Manual Testing
I believe it works