diff --git a/greptile.json b/greptile.json new file mode 100644 index 000000000..4860b1bca --- /dev/null +++ b/greptile.json @@ -0,0 +1,63 @@ +{ + "labels": ["ai-review"], + "comment": "", + "fixWithAI": true, + "strictness": 3, + "commentTypes": [ + "logic" + ], + "instructions": "", + "excludeAuthors": [ + "dependabot[bot]", + "renovate[bot]" + ], + "ignorePatterns": "greptile.json\n", + "summarySection": { + "included": true, + "collapsible": true, + "defaultOopen": false + }, + "includeBranches": [ + "main", + "vNext" + ], + "triggerOnUpdates": false, + "issuesTableSection": { + "included": false, + "collapsible": false, + "defaultOpen": false + }, + "statusCommentsEnabled": false, + "confidenceScoreSection": { + "included": false, + "collapsible": false, + "defaultOpen": false + }, + "sequenceDiagramSection": { + "included": false, + "collapsible": false, + "defaultOpen": false + }, + "shouldUpdateDescription": false, + "customContext": { + "other": [ + { + "scope": [], + "content": "" + } + ], + "rules": [ + { + "scope": [], + "rule": "" + } + ], + "files": [ + { + "scope": [], + "path": "", + "description": "" + } + ] + } +}