From a6093092b136a6c4af407163e85bbd6bce68e263 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 17 Oct 2019 11:49:07 +0100 Subject: [PATCH] 'issues' should be an alias for 'issue' in gitlab --- modules/git_webhooks/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git_webhooks/gitlab.py b/modules/git_webhooks/gitlab.py index 5902c6ed..9a315e47 100644 --- a/modules/git_webhooks/gitlab.py +++ b/modules/git_webhooks/gitlab.py @@ -18,7 +18,7 @@ EVENT_CATEGORIES = { "issue-minimal": [ "issue/opened", "issue/closed", "issue/reopened", "issue/deleted" ], - "issue": [ + "issues": [ "issue/opened", "issue/closed", "issue/reopened", "issue/deleted", "issue/edited", "issue/assigned", "issue/unassigned", "issue_comment" ],