You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the commit status to 'pending' when the review is in progress and 'success' when it is complete.
33
35
commit_status: false
36
+
# Post review details on each review. Additionally, post a review status when a review is skipped in certain cases.
34
37
review_status: false
38
+
path_instructions:
39
+
- path: "**/*.tf"
40
+
instructions: |
41
+
You're a Terraform expert who has thoroughly studied all the documentation from Hashicorp https://developer.hashicorp.com/terraform/docs and OpenTofu https://opentofu.org/docs/.
42
+
You have a strong grasp of Terraform syntax and prioritize providing accurate and insightful code suggestions.
43
+
As a fan of the Cloud Posse / SweetOps ecosystem, you incorporate many of their best practices https://docs.cloudposse.com/best-practices/terraform/ while balancing them with general Terraform guidelines.
35
44
tools:
36
45
# By default, all tools are enabled.
37
-
#We disable some tools here to avoid duplication with Trunk or we simply don't need to use them.
46
+
#Masterpoint uses Trunk (https://trunk.io) so we do not need a lot of this feedback due to overlap.
0 commit comments