Skip to content

Commit a5f96c5

Browse files
authored
Merge branch 'main' into add-linearBAI-to-defaults
2 parents e4c0cfe + 74742e1 commit a5f96c5

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

docs/automations/integrations/LinearBAI/code-review/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Automation - Code Review Using LinearB's AI
33
description: Use gitStream's integration with LinearB's AI service to automate code reviews.
4-
category: [quality, genai, copilot, tests, efficiency]
4+
category: [quality, genai, efficiency, quickstart]
55
starter_kits: [genai]
6+
quickstart: true
67
---
78
# Code Review Using LinearB's AI :material-star-circle:
89

docs/automations/integrations/LinearBAI/describe-pr/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Automation - Add PR Description Using LinearB's AI
33
description: Use gitStream's integration with LinearB's AI service to summarize the PR changes.
4-
category: [quality, genai, copilot, tests, efficiency]
4+
category: [quality, genai, efficiency, quickstart]
55
starter_kits: [genai]
6+
quickstart: true
67
---
78
# Add PR Description Using LinearB's AI :material-star-circle:
89

docs/automations/integrations/askAI/code-review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Automation - Ask AI for a Code Review
33
description: Use gitStream's integration with AI services to perform a comprehensive code review to your code
4-
category: [quickstart, quality, genai, copilot, tests, efficiency]
4+
category: [quality, genai, copilot, tests, efficiency]
55
---
66
# Ask AI for a Code Review
77

docs/automations/integrations/copilot/flag-copilot-pr/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Automation - Label GitHub Copilot PRs
33
description: Automatically apply labels to PRs that are assisted by GitHub Copilot
44
category: [quality, genai, copilot, quickstart]
5+
starter_kits: [genai]
56
---
67
# Automatically Label GitHub Copilot PRs
78
<!-- --8<-- [start:example]-->

docs/automations/integrations/orca/review-orca-alerts/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Automation - Review Orca Security Alerts
33
description: Automatically require review from your SecOps team for Orca Security violations in pull requests.
44
category: [security, orca]
5-
quickstart: true
65
---
76
# Require Security Review for Orca Alerts
87
<!-- --8<-- [start:example]-->

docs/automations/integrations/sonar/label-sonar/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Automation - Label SonarCloud Quality Reports
33
description: Automatically label PRs with SonarCloud insights.
44
category: [security, sonarcloud]
5-
quickstart: true
65
---
76
# Label SonarCloud Quality Reports
87
Label the number of bugs, vulnerabilities, security hotspots, and code smells reported by SonarCloud.

docs/custom-github-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ A GitHub application serves as the link between gitStream and GitHub. It facilit
1414
!!! Info "Prerequisites"
1515
1. GitHub Server v3.10 or higher
1616
2. Allowed network connection between the server and the following IPs:
17-
- 54.241.87.26
18-
- 54.193.121.186
17+
- 13.56.203.235
18+
- 54.151.81.98
1919

2020
In this section, we'll guide you through creating a GitHub app for your self-hosted gitStream installation. By the end, you should have noted down the following values:
2121

0 commit comments

Comments
 (0)