Add webhooks as a core plugin

Change-Id: Ib450f5815e9698aba2b6ffdbd85c69daea72ac24
This commit is contained in:
David Pursehouse
2018-12-07 13:18:30 +09:00
parent 1e150738d8
commit faf6c41050
3 changed files with 7 additions and 0 deletions

5
.gitmodules vendored
View File

@@ -37,3 +37,8 @@
path = plugins/singleusergroup path = plugins/singleusergroup
url = ../plugins/singleusergroup url = ../plugins/singleusergroup
branch = . branch = .
[submodule "plugins/webhooks"]
path = plugins/webhooks
url = ../plugins/webhooks
branch = .

1
plugins/webhooks Submodule

Submodule plugins/webhooks added at 37b062e08c

View File

@@ -7,6 +7,7 @@ CORE_PLUGINS = [
"replication", "replication",
"reviewnotes", "reviewnotes",
"singleusergroup", "singleusergroup",
"webhooks",
] ]
CUSTOM_PLUGINS = [ CUSTOM_PLUGINS = [