Skip to content

Commit cd64b5f

Browse files
authored
Merge pull request #668 from linear-b/remove-AskAI-from-starter-kit
remove askAI from starter kit
2 parents 55e2e4f + d3f05d4 commit cd64b5f

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

docs/automations/integrations/askAI/add-tests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Automation - Ask AI to Suggest Tests
33
description: Use gitStream's integration with AI services to suggests additional tests
44
category: [quality, genai, copilot, tests, efficiency]
5-
starter_kits: [genai]
65
---
76
# Ask AI to Suggest Tests
87

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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
44
category: [quickstart, quality, genai, copilot, tests, efficiency]
5-
starter_kits: [genai]
65
---
76
# Ask AI for a Code Review
87

docs/downloads/automation-library/integrations/LinearBAI/code-review.cm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ automations:
1313
- action: code-review@v1
1414
args:
1515
approve_on_LGTM: {{ APPROVE_PR_ON_LGTM }} # optional arg, you can remove it
16-
....
17-
...
16+
1817
APPROVE_PR_ON_LGTM: false # you can add conditions for PR approvals. For example - allowing approvals only for specific users

0 commit comments

Comments
 (0)