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
The action, once triggered, sends a webhook with a message content to a Slack app.
437
437
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 +485,7 @@ automations:
485
485
486
486
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
490
491
491
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
525
526
526
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.
Copy file name to clipboardExpand all lines: docs/gitlab-installation.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
58
58
59
59
First, [register the runner](https://docs.gitlab.com/runner/register/){:target="_blank"} with a tag, and use the named tag in the `.gitlab-ci.yml` file
60
60
61
-
### Shell executors
61
+
**Shell executors**
62
62
63
63
Use the tag created above in the workflow file `cm/.gitlab-ci.yml` instead `REGISTERED-TAG`
64
64
``` yaml+jinja
@@ -70,8 +70,9 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
70
70
71
71
First, [register the runner](https://docs.gitlab.com/runner/register/){:target="_blank"} with a tag, and use the named tag in the `.gitlab-ci.yml` file
72
72
73
-
### Kubernetes executors
74
-
1. Ensure your runner configuration (`config.toml` for example) has the followig:
73
+
**Kubernetes executors**
74
+
75
+
1. Ensure your runner configuration (`config.toml` for example) has the followig:
75
76
``` yaml
76
77
[runners.kubernetes]
77
78
privileged = true
@@ -89,18 +90,16 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
To complete the setup, install the gitStream service in your Bitbucket workspace. Follow the instructions provided in the LinearB app to connect your Bitbucket account and repositories to gitStream.
100
97
98
+
## Next Step
99
+
If you successfully complete these instructions, gitStream will now automate your code review workflows in Bitbucket.
101
100
102
101
!!! tip "How gitStream Works"
103
-
Read our guide, [How gitStream Works](/how-it-works/), for a deeper understanding of gitStream's capabilities and how to leverage them fully and to get an overview of the gitStream syntax and automation lifecycle.
102
+
Read our guide, [How gitStream Works](/how-it-works/), for a deeper understanding of gitStream's capabilities and how to leverage them fully.
0 commit comments