Skip to content

Commit ac71223

Browse files
authored
Apply suggestions from code review
1 parent 4f6c7ce commit ac71223

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/automation-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ automations:
305305

306306
#### `code-review` :fontawesome-brands-github: <!-- >:fontawesome-brands-gitlab: :fontawesome-brands-bitbucket: -->
307307

308-
This action, once triggered, reviews the code in the PR, and generates a comment with the identified issue, bugs, misconfigurations and bad parctices in the newly introduced code, with an option to approve the PR if no issues were found.
308+
This action, once triggered, reviews the code in the PR, and generates a comment with the identified issue, bugs, misconfigurations, and bad practices in the newly introduced code, with an option to approve the PR if no issues were found.
309309

310310
<div class="filter-details" markdown=1>
311311

@@ -328,6 +328,8 @@ automations:
328328
approve_on_LGTM: {{ APPROVE_PR_ON_LGTM }} # optional arg, you can remove it
329329
...
330330
...
331+
# Define variables
332+
331333
APPROVE_PR_ON_LGTM: false # Add conditions for PR approvals. For example - allow approval only for specific users
332334
```
333335

docs/integrations/LB_AI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ category: [quality, genai, copilot, tests, efficiency]
1313

1414
## Use LinearB's AI for a comprehensive Code Review
1515

16-
--8<-- "docs/automations/integrations/askAI/code-review/README.md:example"
16+
--8<-- "docs/automations/integrations/LinearBAI/code-review/README.md:example"
1717

1818

1919
## Additional Resources

0 commit comments

Comments
 (0)