mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
		| @@ -49,6 +49,9 @@ func runPulls(ctx *cli.Context) error { | ||||
| 	} | ||||
|  | ||||
| 	for _, pr := range prs { | ||||
| 		if pr == nil { | ||||
| 			continue | ||||
| 		} | ||||
| 		name := pr.Poster.FullName | ||||
| 		if len(name) == 0 { | ||||
| 			name = pr.Poster.UserName | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andreas Ulm
					Andreas Ulm