diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-04 21:28:11 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-04 21:28:11 -0500 |
commit | 3925cf68dd117522058a43f5dacc45b28a7781ed (patch) | |
tree | fbfe483fbac096b1aabfccf2e2437f9ce83a62b4 /app/Model | |
parent | 1250e745e43385b421af6ce226fcca5616336b70 (diff) | |
parent | 207ee05b0ef2d084489d5b01c071b68a4f5075ca (diff) |
Merge pull-request #1523
Diffstat (limited to 'app/Model')
-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'), |