mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Move merge actions to notification (#9024)
* Move merge actions to notification * Add missing mail notification
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							d5261b9aab
						
					
				
				
					commit
					d7ac9727bb
				
			| @@ -152,6 +152,9 @@ func (pr *PullRequest) loadIssue(e Engine) (err error) { | ||||
| 	} | ||||
|  | ||||
| 	pr.Issue, err = getIssueByID(e, pr.IssueID) | ||||
| 	if err == nil { | ||||
| 		pr.Issue.PullRequest = pr | ||||
| 	} | ||||
| 	return err | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user