mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
Add github webhook integration.
This commit is contained in:
@@ -87,7 +87,20 @@ WEBHOOK_INTEGRATIONS = [
|
||||
WebhookIntegration('crashlytics'),
|
||||
WebhookIntegration('deskdotcom', logo='static/images/integrations/logos/deskcom.png', display_name='Desk.com'),
|
||||
WebhookIntegration('freshdesk'),
|
||||
WebhookIntegration('github', function='zerver.views.webhooks.github.api_github_landing', display_name='GitHub'),
|
||||
WebhookIntegration(
|
||||
'github',
|
||||
function='zerver.views.webhooks.github.api_github_landing',
|
||||
display_name='GitHub',
|
||||
secondary_line_text='(deprecated)'
|
||||
),
|
||||
WebhookIntegration(
|
||||
'github_webhook',
|
||||
display_name='GitHub',
|
||||
url='api/v1/external/webhook_github',
|
||||
logo='static/images/integrations/logos/github.png',
|
||||
secondary_line_text='(webhook)',
|
||||
function='zerver.views.webhooks.github_webhook.api_github_webhook'
|
||||
),
|
||||
WebhookIntegration('gitlab', display_name='GitLab'),
|
||||
WebhookIntegration('helloworld', display_name='Hello World'),
|
||||
WebhookIntegration('ifttt', function='zerver.views.webhooks.ifttt.api_iftt_app_webhook', display_name='IFTTT'),
|
||||
|
||||
Reference in New Issue
Block a user