diff options
| author | 2019-10-17 11:49:07 +0100 | |
|---|---|---|
| committer | 2019-10-17 11:49:07 +0100 | |
| commit | a6093092b136a6c4af407163e85bbd6bce68e263 (patch) | |
| tree | 26ded1a4277ffb5ebe2038928fe55c96faed7759 /modules/git_webhooks | |
| parent | add FUNDING.yml (diff) | |
| signature | ||
'issues' should be an alias for 'issue' in gitlab
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/gitlab.py | 2 |
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" ], |
