-
-
Couldn't load subscription status.
- Fork 6.2k
prevent empty review comment #4632
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
Conversation
This would only require a comment for rejection and comment
Codecov Report
@@ Coverage Diff @@
## master #4632 +/- ##
==========================================
- Coverage 20.81% 20.64% -0.17%
==========================================
Files 158 166 +8
Lines 31917 32247 +330
==========================================
+ Hits 6642 6657 +15
- Misses 24297 24612 +315
Partials 978 978
Continue to review full report at Codecov.
|
* Make sure author cannot reject/approve their own PR * Disable buttons in templates too * Remove unneccessary if check since the switch below catches it * Fix IsOwner check * Update template and remove new template variable * Add alert template and redirect to diff page on review failure * Redirect to files diff as a little update to #4632
Fixes #4630