mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Move repofiles webhooks to notification (#8807)
This commit is contained in:
		| @@ -114,3 +114,11 @@ func (*NullNotifier) NotifyMigrateRepository(doer *models.User, u *models.User, | ||||
| // NotifyPushCommits notifies commits pushed to notifiers | ||||
| func (*NullNotifier) NotifyPushCommits(pusher *models.User, repo *models.Repository, refName, oldCommitID, newCommitID string, commits *models.PushCommits) { | ||||
| } | ||||
|  | ||||
| // NotifyCreateRef notifies branch or tag creation to notifiers | ||||
| func (*NullNotifier) NotifyCreateRef(doer *models.User, repo *models.Repository, refType, refFullName string) { | ||||
| } | ||||
|  | ||||
| // NotifyDeleteRef notifies branch or tag deleteion to notifiers | ||||
| func (*NullNotifier) NotifyDeleteRef(doer *models.User, repo *models.Repository, refType, refFullName string) { | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user