-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add option to update pull request by rebase
#16125
Conversation
Signed-off-by: a1012112796 <1012112796@qq.com>
e71bb94
to
be765ca
Compare
rebase
rebase
A button with dropdown is better, it's similiar as |
Signed-off-by: a1012112796 <1012112796@qq.com>
Codecov Report
@@ Coverage Diff @@
## main #16125 +/- ##
==========================================
+ Coverage 45.35% 45.38% +0.02%
==========================================
Files 750 750
Lines 85100 85127 +27
==========================================
+ Hits 38601 38637 +36
+ Misses 40255 40247 -8
+ Partials 6244 6243 -1
Continue to review full report at Codecov.
|
CI failed is related. |
rebase
rebase
PR go-gitea#16125 did not update the error handlers to handle conflict errors relating to rebases. This PR adds them. Fix go-gitea#16922 Signed-off-by: Andrew Thornton <art27@cantab.net>
Backport go-gitea#16952 PR go-gitea#16125 did not update the error handlers to handle conflict errors relating to rebases. This PR adds them. Fix go-gitea#16922 Signed-off-by: Andrew Thornton <art27@cantab.net>
close #16019