mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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',
|
||||
logo='static/images/integrations/logos/github.svg',
|
||||
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('gogs'),
|
||||
|
||||
Reference in New Issue
Block a user