webhooks: Move github_webhook/ to github/.

This commit is contained in:
Eeshan Garg
2018-04-18 17:04:30 -02:30
committed by Tim Abbott
parent 48b8558c02
commit 19177a4aff
52 changed files with 16 additions and 16 deletions

View File

@@ -298,11 +298,11 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('freshdesk', ['customer-support']),
WebhookIntegration('front', ['customer-support'], display_name='Front'),
GithubIntegration(
'github_webhook',
'github',
['version-control'],
display_name='GitHub',
logo='static/images/integrations/logos/github.svg',
function='zerver.webhooks.github_webhook.view.api_github_webhook',
function='zerver.webhooks.github.view.api_github_webhook',
stream_name='github'
),
WebhookIntegration('gitlab', ['version-control'], display_name='GitLab'),