aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks/gitlab.py')
-rw-r--r--modules/git_webhooks/gitlab.py2
1 files changed, 1 insertions, 1 deletions
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"
],