webhooks/gogs: Update text to conform to doc style guide.

This commit is contained in:
Eeshan Garg
2018-03-07 17:56:10 -03:30
committed by Rishi Gupta
parent 88a198041a
commit 12396dd39b
7 changed files with 12 additions and 33 deletions

View File

@@ -313,7 +313,7 @@ WEBHOOK_INTEGRATIONS = [
stream_name='github'
),
WebhookIntegration('gitlab', ['version-control'], display_name='GitLab'),
WebhookIntegration('gogs', ['version-control']),
WebhookIntegration('gogs', ['version-control'], stream_name='commits'),
WebhookIntegration('gosquared', ['marketing'], display_name='GoSquared'),
WebhookIntegration('greenhouse', ['hr'], display_name='Greenhouse'),
WebhookIntegration('groove', ['customer-support'], display_name='Groove'),