mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +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
	 Lunny Xiao
					Lunny Xiao