Add Gitea integration

Support for Gitea organization hooks, based on GitHub hooks code.

closes #24
This commit is contained in:
2019-04-24 13:27:18 +01:00
parent 2a3077d733
commit 5a9edda1cd
4 changed files with 186 additions and 13 deletions

View File

@@ -149,6 +149,7 @@ module.exports = async function(robot) {
//
require('./integrations/github')(robot, kredits);
require('./integrations/gitea')(robot, kredits);
if (typeof process.env.KREDITS_MEDIAWIKI_URL !== 'undefined') {
require('./integrations/mediawiki')(robot, kredits);