mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 17:24:22 +00:00 
			
		
		
		
	Backport #30814 by @yp05327 Fix #30807 reuse functions in services Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
		@@ -85,7 +85,7 @@ type CreatePullRequestOption struct {
 | 
			
		||||
// EditPullRequestOption options when modify pull request
 | 
			
		||||
type EditPullRequestOption struct {
 | 
			
		||||
	Title     string   `json:"title"`
 | 
			
		||||
	Body      string   `json:"body"`
 | 
			
		||||
	Body      *string  `json:"body"`
 | 
			
		||||
	Base      string   `json:"base"`
 | 
			
		||||
	Assignee  string   `json:"assignee"`
 | 
			
		||||
	Assignees []string `json:"assignees"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user