-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix merge dialog on protected branch with missing required statuses #11074
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
Fix merge dialog on protected branch with missing required statuses #11074
Conversation
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.
rm debugg stuff
Codecov Report
@@ Coverage Diff @@
## master #11074 +/- ##
==========================================
+ Coverage 43.50% 43.52% +0.01%
==========================================
Files 598 598
Lines 84771 84769 -2
==========================================
+ Hits 36877 36893 +16
+ Misses 43353 43335 -18
Partials 4541 4541
Continue to review full report at Codecov.
|
Make lg-tm work |
…o-gitea#11074) It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet. Fix go-gitea#10636 by adding case: missing StatusChecks when these are missing
Backport send #11084 |
…11074) (#11084) It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet. Fix #10636 by adding case: missing StatusChecks when these are missing
…o-gitea#11074) It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet. Fix go-gitea#10636 by adding case: missing StatusChecks when these are missing
It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet.
Fix #10636 by adding case: missing StatusChecks when these are missing