-
Notifications
You must be signed in to change notification settings - Fork 404
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
Maintenance: Suggest large PRs to split #1331
Comments
fully working now. |
|
This is now released under 1.29.0 version! |
This is now released under 1.29.1 version! |
Summary
Task to create a GitHub Action Workflow to suggest authors to split large PRs - that is, any PR labeled with
size/XL
orsize/XXL
. There'll always be exceptions like code+docs, etc. Reacting to these labels being added is a good signal to whether we're dropping quality in detriment to very large PRs.Why is this needed?
Huge PRs makes it difficult to spot potential bugs that tests may not catch, or deviate from our style guide where our automation doesn't have good coverage yet. More importantly, it reduces cognitive load on reviewers.
Which area does this relate to?
Automation, Governance
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: