mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Move repofiles webhooks to notification (#8807)
This commit is contained in:
		@@ -43,4 +43,6 @@ type Notifier interface {
 | 
			
		||||
	NotifyDeleteRelease(doer *models.User, rel *models.Release)
 | 
			
		||||
 | 
			
		||||
	NotifyPushCommits(pusher *models.User, repo *models.Repository, refName, oldCommitID, newCommitID string, commits *models.PushCommits)
 | 
			
		||||
	NotifyCreateRef(doer *models.User, repo *models.Repository, refType, refFullName string)
 | 
			
		||||
	NotifyDeleteRef(doer *models.User, repo *models.Repository, refType, refFullName string)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user