Skip to content

Commit f7756de

Browse files
committed
fix typo
1 parent 6d42a24 commit f7756de

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/automation-actions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@ automations:
306306
guidelines: {{ GUIDELINES | dump }}
307307
308308
# Define variables
309-
310-
APPROVE_PR_ON_LGTM: false # Add conditions for PR approvals. For example - allow approval only for specific users
309+
# Add conditions for PR approvals. For example - allow approval only for specific users
310+
APPROVE_PR_ON_LGTM: false
311+
# Add your prompts to the review
311312
GUIDELINES: |
312313
- Don't comment on using outdated dependencies
313314
- In Javascript

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ automations:
1515
# Add conditions for PR approvals. For example - allow approval only for specific users
1616
APPROVE_PR_ON_LGTM: false
1717

18-
# Add `guideline` to add your prompts to the review, you can have org wide instructions
18+
# Add `guidelines` to add your prompts to the review, you can have org wide instructions
1919
# by placing the `REVIEW_RULES.md` in the `cm` repo or team level instructions by adding it to
2020
# the team repo.
2121
# Note: To when the file is in the `cm` repo, use this example: `../cm/REVIEW_RULES.md`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ automations:
1616
# Add conditions for PR approvals. For example - allow approval only for specific users
1717
APPROVE_PR_ON_LGTM: false
1818

19-
# Add `guideline` to add your prompts to the review, you can have org wide instructions
19+
# Add `guidelines` to add your prompts to the review, you can have org wide instructions
2020
# by placing the `REVIEW_RULES.md` in the `cm` repo or team level instructions by adding it to
2121
# the team repo.
2222
# Note: To when the file is in the `cm` repo, use this example: `../cm/REVIEW_RULES.md`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ automations:
2020
# Add conditions for PR approvals. For example - allow approval only for specific users
2121
APPROVE_PR_ON_LGTM: false
2222

23-
# Add `guideline` to add your prompts to the review, you can have org wide instructions
23+
# Add `guidelines` to add your prompts to the review, you can have org wide instructions
2424
# by placing the `REVIEW_RULES.md` in the `cm` repo or team level instructions by adding it to
2525
# the team repo.
2626
# Note: To when the file is in the `cm` repo, use this example: `../cm/REVIEW_RULES.md`

0 commit comments

Comments
 (0)