diff options
author | Matthew Cillo <matthewacillo@gmail.com> | 2015-12-03 21:56:11 -0500 |
---|---|---|
committer | Matthew Cillo <matthewacillo@gmail.com> | 2015-12-03 21:56:11 -0500 |
commit | 61acd80ec3f5576988ba028f2de48940f5b6b696 (patch) | |
tree | e84462cfce9df41cd59d947119cdeac6d70d4e2c /app/Model/Action.php | |
parent | 91bdf6aaf3cda52a43c35ce22f5e25537684cb56 (diff) |
added capability to reopen GitLab issues
Diffstat (limited to 'app/Model/Action.php')
-rw-r--r-- | app/Model/Action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Action.php b/app/Model/Action.php index dbf17e49..289471f4 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -118,6 +118,7 @@ class Action extends Base GithubWebhook::EVENT_ISSUE_COMMENT => t('Github issue comment created'), GitlabWebhook::EVENT_COMMIT => t('Gitlab commit received'), GitlabWebhook::EVENT_ISSUE_OPENED => t('Gitlab issue opened'), + GitlabWebhook::EVENT_ISSUE_REOPENED => t('Gitlab issue reopened'), GitlabWebhook::EVENT_ISSUE_CLOSED => t('Gitlab issue closed'), GitlabWebhook::EVENT_ISSUE_COMMENT => t('Gitlab issue comment created'), BitbucketWebhook::EVENT_COMMIT => t('Bitbucket commit received'), |