mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
webhooks/beanstalk: Update text and remove screenshots.
This commit: * Removes the unnecessary screenshot. * Reorders the instructions and combines them in to 4 steps. * Improves the contents of the webhook-url-with-bot-email-indented.md macro and makes it more consistent with create-bot-construct-url.md. * Sets the recommended stream name to "commits", since that's what the webhook function for Beanstalk expects in zerver/webhooks/beanstalk/view.py. This allows us to use the create-stream.md macro.
This commit is contained in:
@@ -263,7 +263,7 @@ EMBEDDED_BOTS = [
|
||||
WEBHOOK_INTEGRATIONS = [
|
||||
WebhookIntegration('airbrake', ['monitoring']),
|
||||
WebhookIntegration('appfollow', ['customer-support'], display_name='AppFollow'),
|
||||
WebhookIntegration('beanstalk', ['version-control']),
|
||||
WebhookIntegration('beanstalk', ['version-control'], stream_name='commits'),
|
||||
WebhookIntegration('basecamp', ['project-management']),
|
||||
WebhookIntegration('beeminder', ['misc'], display_name='Beeminder'),
|
||||
WebhookIntegration(
|
||||
|
||||
Reference in New Issue
Block a user