From b06f2997489d58cc5a4375044e378c0565ea09d4 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 25 Feb 2017 03:35:26 -0500 Subject: webhook: add fork event --- modules/template/template.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/template') diff --git a/modules/template/template.go b/modules/template/template.go index abf09491..acdfab8d 100644 --- a/modules/template/template.go +++ b/modules/template/template.go @@ -262,6 +262,8 @@ func ActionIcon(opType int) string { return "git-branch" case 17, 18: // Delete branch or tag return "alert" + case 19: // Fork a repository + return "repo-forked" default: return "invalid type" } -- cgit v1.2.3