mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
webhooks: Move github/ to github_legacy/ and remove docs.
This commit is contained in:
@@ -297,15 +297,6 @@ WEBHOOK_INTEGRATIONS = [
|
||||
WebhookIntegration('flock', ['customer-support'], display_name='Flock'),
|
||||
WebhookIntegration('freshdesk', ['customer-support']),
|
||||
WebhookIntegration('front', ['customer-support'], display_name='Front'),
|
||||
GithubIntegration(
|
||||
'github',
|
||||
['version-control'],
|
||||
function='zerver.webhooks.github.view.api_github_landing',
|
||||
display_name='GitHub',
|
||||
secondary_line_text='(deprecated)',
|
||||
stream_name='commits',
|
||||
legacy=True
|
||||
),
|
||||
GithubIntegration(
|
||||
'github_webhook',
|
||||
['version-control'],
|
||||
|
||||
Reference in New Issue
Block a user