Add GitHub Action to detect and flag low effort PRs #1134
AarishMansur
started this conversation in
Ideas
Replies: 1 comment
-
|
@magic-peach would love to hear your opinions on this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During GSSoC I have seen lots of low effort PR and clearly AI generated with no real understanding of the codebase. This wastes maintainer review time so I propose A GitHub Action that runs on every PR and checks for basic quality signals like:
If a PR fails these checks the action will auto comment asking the contributor
to improve it and add a label like
needs-more-detailbut i dont think auto closing will be added in this github action because it can feel harsh for genuine beginners so starting with a comment and label is better. Maintainers can still manually close if needed.
We already have CI builds and typechecking so this just extends what we have.
Happy to work on this if the idea gets approved.
Beta Was this translation helpful? Give feedback.
All reactions