Skip to content

Commit 580d3f5

Browse files
authored
Merge branch 'main' into readwrite
2 parents 3a89bc4 + 9aecb74 commit 580d3f5

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

greptile.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"labels": ["ai-review"],
3+
"comment": "",
4+
"fixWithAI": true,
5+
"strictness": 3,
6+
"commentTypes": [
7+
"logic"
8+
],
9+
"instructions": "",
10+
"excludeAuthors": [
11+
"dependabot[bot]",
12+
"renovate[bot]"
13+
],
14+
"ignorePatterns": "greptile.json\n",
15+
"summarySection": {
16+
"included": true,
17+
"collapsible": true,
18+
"defaultOopen": false
19+
},
20+
"includeBranches": [
21+
"main",
22+
"vNext"
23+
],
24+
"triggerOnUpdates": false,
25+
"issuesTableSection": {
26+
"included": false,
27+
"collapsible": false,
28+
"defaultOpen": false
29+
},
30+
"statusCommentsEnabled": false,
31+
"confidenceScoreSection": {
32+
"included": false,
33+
"collapsible": false,
34+
"defaultOpen": false
35+
},
36+
"sequenceDiagramSection": {
37+
"included": false,
38+
"collapsible": false,
39+
"defaultOpen": false
40+
},
41+
"shouldUpdateDescription": false,
42+
"customContext": {
43+
"other": [
44+
{
45+
"scope": [],
46+
"content": ""
47+
}
48+
],
49+
"rules": [
50+
{
51+
"scope": [],
52+
"rule": ""
53+
}
54+
],
55+
"files": [
56+
{
57+
"scope": [],
58+
"path": "",
59+
"description": ""
60+
}
61+
]
62+
}
63+
}

0 commit comments

Comments
 (0)