We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4857069 commit 716990cCopy full SHA for 716990c
services/pull/check.go
@@ -89,7 +89,7 @@ func CheckPullMergable(stdCtx context.Context, doer *user_model.User, perm *acce
89
return ErrIsWorkInProgress
90
}
91
92
- if !pr.CanAutoMerge() && !pr.IsEmpty() || pr.IsAncestor() {
+ if !pr.CanAutoMerge() && !pr.IsEmpty() {
93
return ErrNotMergableState
94
95
0 commit comments