webhook: also only enable certain types (#3356)

Add new config option '[webhook] TYPES’.
This commit is contained in:
Unknwon
2017-02-21 20:21:25 -05:00
parent 6a8ad0b357
commit 60aca9ea18
19 changed files with 94 additions and 87 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.165.0220 / 0.10 RC"
const APP_VER = "0.9.165.0221 / 0.10 RC"
func init() {
setting.AppVer = APP_VER