Skip to content

Commit eaf0c40

Browse files
committed
fix the bullet list not showing up correctly
1 parent b59e117 commit eaf0c40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/bitbucket-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ description: Install gitStream to your Bitbucket workspace.
2626

2727
1. **Webhook Event Handling by gitStream**
2828
When Bitbucket triggers a webhook event (e.g., a pull request opened), gitStream may need to make follow-up API calls to Bitbucket. This can include fetching additional metadata, posting comments to the PR, or performing other actions. These calls are made from the LinearB/gitStream service, which uses a fixed set of IP addresses. These IPs must be added to your Bitbucket allowlist to ensure proper operation.
29-
3029
2. **Outbound Requests from Your CI Runner**
3130
When your pipeline runs gitStream, that runner might also make outbound calls to Bitbucket—for example, to clone a repository or retrieve commit history. These requests will originate from the runner's IP address.
3231

3332
If you encounter errors due to blocked IPs during your CI runs, it's likely that the runner is using an IP that is not part of the configured allowlist.
3433

3534
**Recommended Solution**
3635
To ensure reliability:
36+
3737
- Add LinearB/gitStream service IPs to your Bitbucket allowlist (listed above).
3838
- Use self-hosted runners or runners with static IPs so you can manage and allowlist their addresses explicitly.
3939

docs/github-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ description: Install gitStream to your GitHub organization.
1717

1818
1. **Webhook Event Handling by gitStream**
1919
When GitHub triggers a webhook event (e.g., a pull request opened), gitStream may need to make follow-up API calls to GitHub. This can include fetching additional metadata, posting comments to the PR, or performing other actions. These calls are made from the LinearB/gitStream service, which uses a fixed set of IP addresses. These IPs must be added to your GitHub allowlist to ensure proper operation.
20-
2120
2. **Outbound Requests from Your CI Runner**
2221
When your pipeline runs gitStream (e.g., via a GitHub Action), that runner might also make outbound calls to GitHub—for example, to clone a repository or retrieve commit history. These requests will originate from the runner's IP address.
2322

2423
If you encounter errors due to blocked IPs during your CI runs, it's likely that the runner is using an IP that is not part of the configured allowlist. This is a common issue with GitHub-hosted runners, as their IPs can be dynamic and change frequently.
2524

2625
**Recommended Solution**
2726
To ensure reliability:
27+
2828
- Add LinearB/gitStream service IPs to your GitHub allowlist (listed above).
2929
- Use self-hosted runners or runners with static IPs so you can manage and allowlist their addresses explicitly.
3030

docs/gitlab-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ description: Install gitStream to your GitLab organization.
2020

2121
1. **Webhook Event Handling by gitStream**
2222
When GitLab triggers a webhook event (e.g., a merge request opened), gitStream may need to make follow-up API calls to GitLab. This can include fetching additional metadata, posting comments to the MR, or performing other actions. These calls are made from the LinearB/gitStream service, which uses a fixed set of IP addresses. These IPs must be added to your GitLab allowlist to ensure proper operation.
23-
2423
2. **Outbound Requests from Your CI Runner**
2524
When your pipeline runs gitStream, that runner might also make outbound calls to GitLab—for example, to clone a repository or retrieve commit history. These requests will originate from the runner's IP address.
2625

2726
If you encounter errors due to blocked IPs during your CI runs, it's likely that the runner is using an IP that is not part of the configured allowlist.
2827

2928
**Recommended Solution**
3029
To ensure reliability:
30+
3131
- Add LinearB/gitStream service IPs to your GitLab allowlist (listed above).
3232
- Use self-hosted runners or runners with static IPs so you can manage and allowlist their addresses explicitly.
3333

0 commit comments

Comments
 (0)