You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Our research shows that code reviews are [the most consistent bottleneck in the
61
61
62
62
## 🚀 Get Started
63
63
64
-
gitStream is a GitHub / GitLab app that processes automations defined in Continuous Merge (CM) automation files contained in your git repos. You can test gitStream automations on your own PRs via the [gitStream playground](https://app.gitstream.cm/playground).
64
+
gitStream is a GitHub / GitLab / Bitbucket app that processes automations defined in Continuous Merge (CM) automation files contained in your git repos. You can test gitStream automations on your own PRs via the [gitStream playground](https://app.gitstream.cm/playground).
65
65
66
66
If you're ready to install gitStream, or want to explore its automation capabilities, [head over to the docs](https://docs.gitstream.cm). You can have your first automation up and running in as little as 2 minutes.
67
67
@@ -92,4 +92,4 @@ gitStream is a free product from the team at [LinearB](https://linearb.io/?utm_s
Copy file name to clipboardExpand all lines: docs/automation-actions.md
+23-22Lines changed: 23 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,31 +12,32 @@ Actions are the end results of the automation described in your `.cm` file.
12
12
13
13
- :fontawesome-brands-github: Supported on GitHub
14
14
- :fontawesome-brands-gitlab: Supported on GitLab
15
+
- :fontawesome-brands-bitbucket: Supported on Bitbucket
15
16
- :fontawesome-solid-flask: Open beta - Feature is under development and currently available for all
16
17
17
18
## Overview
18
19
19
20
[`send-http-request`](#send-http-request) is executed immediately after the evaluation of the condition.
20
21
For all other actions, gitStream executes the actions in the order they are listed per automation. If an action result fails, the following actions will not be executed.
This action, once triggered, requests changes on the PR. As long as request change is set, gitStream will block the PR merge.
300
301
@@ -401,7 +402,7 @@ has:
401
402
* We encourage you to use this action with [custom triggers](./execution-model.md#explicit-triggers)
402
403
* To manually test the webhook dispatch, please [run the workflow](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow#running-a-workflow){:target="_blank"} before using it with gitStream.
The action, once triggered, sends a webhook with a message content to a Slack app.
437
438
To use this action, [create a Slack app](https://api.slack.com/messaging/webhooks#getting_started) with Incoming Webhooks enabled. gitStream uses the webhook URL to send the message.
@@ -485,7 +486,7 @@ automations:
485
486
486
487
To allow this action to block merge, you should enable branch protection, and gitStream has to be set as required check in GitHub.
This action, when triggered, updates the PR description with new content.
490
491
491
492
This is a managed action. When a PR updates, the existing comments that were added by gitStream are re-evaluated, and those that are not applicable are removed.
This action, when triggered, updates the PR title with new content.
525
526
526
527
This is a managed action. When a PR updates, the existing comments that were added by gitStream are re-evaluated, and those that are not applicable are removed.
0 commit comments