mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
bitbucket/doc.md: Use Integration.stream_name as default stream.
This commit is contained in:
@@ -164,7 +164,12 @@ WEBHOOK_INTEGRATIONS = [
|
|||||||
display_name='Bitbucket',
|
display_name='Bitbucket',
|
||||||
stream_name='bitbucket'
|
stream_name='bitbucket'
|
||||||
),
|
),
|
||||||
WebhookIntegration('bitbucket', display_name='Bitbucket', secondary_line_text='(Enterprise)'),
|
WebhookIntegration(
|
||||||
|
'bitbucket',
|
||||||
|
display_name='Bitbucket',
|
||||||
|
secondary_line_text='(Enterprise)',
|
||||||
|
stream_name='commits'
|
||||||
|
),
|
||||||
WebhookIntegration('circleci', display_name='CircleCI'),
|
WebhookIntegration('circleci', display_name='CircleCI'),
|
||||||
WebhookIntegration('codeship'),
|
WebhookIntegration('codeship'),
|
||||||
WebhookIntegration('crashlytics'),
|
WebhookIntegration('crashlytics'),
|
||||||
|
|||||||
Reference in New Issue
Block a user