Skip to content

Commit 2944537

Browse files
authored
Restore Greptile configuration (NVIDIA#5166)
1 parent 53b5e6e commit 2944537

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

greptile.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"labels": [],
3+
"comment": "Disclaimer: This is AI-generated.",
4+
"commentTypes": ["logic", "syntax", "style"],
5+
"instructions": "Only comment if the PR description is unchanged from the default template, if a docstring is missing, if there is a typo, or if there is an important or critical bug.",
6+
"ignoreKeywords": "rename\nlinter\nprettier\ngreptile-ignor",
7+
"ignorePatterns": "greptile.json\ntesting/**/*.py\n*.md\n*.txt\n*.json",
8+
"patternRepositories": ["NVIDIA/Megatron-LM"],
9+
"shouldUpdateDescription": false,
10+
"disabledLabels": ["docs"],
11+
"includeAuthors": [],
12+
"excludeAuthors": ["github-actions"],
13+
"strictness": 3,
14+
"fixWithAI": false,
15+
"includeBranches": ["main"],
16+
"statusCheck": false,
17+
"skipReview": "AUTOMATIC",
18+
"summarySection": {
19+
"included": false,
20+
"collapsible": false,
21+
"defaultOpen": false
22+
},
23+
"issuesTableSection": {
24+
"included": false,
25+
"collapsible": false,
26+
"defaultOpen": false
27+
},
28+
"confidenceScoreSection": {
29+
"included": false,
30+
"collapsible": false,
31+
"defaultOpen": false
32+
},
33+
"sequenceDiagramSection": {
34+
"included": false,
35+
"collapsible": false,
36+
"defaultOpen": false
37+
},
38+
"statusCommentsEnabled": false
39+
}

0 commit comments

Comments
 (0)