File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
downloads/automation-library/integrations/LinearBAI Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
311312GUIDELINES: |
312313 - Don't comment on using outdated dependencies
313314 - In Javascript
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ automations:
1515# Add conditions for PR approvals. For example - allow approval only for specific users
1616APPROVE_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`
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ automations:
1616# Add conditions for PR approvals. For example - allow approval only for specific users
1717APPROVE_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`
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ automations:
2020# Add conditions for PR approvals. For example - allow approval only for specific users
2121APPROVE_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`
You can’t perform that action at this time.
0 commit comments