mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
github_webhook: Use Integration.stream_name as recommended stream.
This commit is contained in:
@@ -188,7 +188,8 @@ WEBHOOK_INTEGRATIONS = [
|
|||||||
display_name='GitHub',
|
display_name='GitHub',
|
||||||
logo='static/images/integrations/logos/github.svg',
|
logo='static/images/integrations/logos/github.svg',
|
||||||
secondary_line_text='(webhook)',
|
secondary_line_text='(webhook)',
|
||||||
function='zerver.webhooks.github_webhook.view.api_github_webhook'
|
function='zerver.webhooks.github_webhook.view.api_github_webhook',
|
||||||
|
stream_name='github'
|
||||||
),
|
),
|
||||||
WebhookIntegration('gitlab', display_name='GitLab'),
|
WebhookIntegration('gitlab', display_name='GitLab'),
|
||||||
WebhookIntegration('gogs'),
|
WebhookIntegration('gogs'),
|
||||||
|
|||||||
Reference in New Issue
Block a user