mirror of
https://gitea.com/gitea/tea.git
synced 2025-10-30 08:45:28 +01:00
Merge branch 'main' into lunny/list_login_when_no_detected
This commit is contained in:
@@ -33,7 +33,7 @@ func CreatePull(ctx *context.TeaContext) (err error) {
|
||||
if ctx.LocalRepo != nil {
|
||||
headOwner, headBranch, err = task.GetDefaultPRHead(ctx.LocalRepo)
|
||||
if err == nil {
|
||||
validator = nil
|
||||
validator = func(string) error { return nil }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user