FEATURE: webhook for flag events

This commit is contained in:
Arpit Jalan
2018-04-11 19:47:05 +05:30
parent 7ff78cc013
commit a16b616861
9 changed files with 116 additions and 0 deletions

View File

@@ -27,3 +27,8 @@ WebHookEventType.seed do |b|
b.id = WebHookEventType::TAG
b.name = "tag"
end
WebHookEventType.seed do |b|
b.id = WebHookEventType::FLAG
b.name = "flag"
end