mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Webhooks for repo creation/deletion (#1663)
* Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload
This commit is contained in:
		@@ -124,6 +124,7 @@ type WebhookForm struct {
 | 
			
		||||
	Create      bool
 | 
			
		||||
	Push        bool
 | 
			
		||||
	PullRequest bool
 | 
			
		||||
	Repository  bool
 | 
			
		||||
	Active      bool
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user