mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
github_webhook: Fix a typo to handle issues event properly.
issue -> issues in the HTTP_X_GITHUB_EVENT.
This commit is contained in:
committed by
Tim Abbott
parent
7b526b3946
commit
2eb6c49a89
@@ -370,7 +370,7 @@ EVENT_FUNCTION_MAPPER = {
|
||||
'fork': get_fork_body,
|
||||
'gollum': get_wiki_pages_body,
|
||||
'issue_comment': get_issue_comment_body,
|
||||
'issue': get_issue_body,
|
||||
'issues': get_issue_body,
|
||||
'member': get_member_body,
|
||||
'membership': get_membership_body,
|
||||
'opened_or_update_pull_request': get_opened_or_update_pull_request_body,
|
||||
|
||||
Reference in New Issue
Block a user