mirror of
https://gitea.com/gitea/tea.git
synced 2025-10-30 16:55:25 +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 {
|
if ctx.LocalRepo != nil {
|
||||||
headOwner, headBranch, err = task.GetDefaultPRHead(ctx.LocalRepo)
|
headOwner, headBranch, err = task.GetDefaultPRHead(ctx.LocalRepo)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
validator = nil
|
validator = func(string) error { return nil }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user