forked from NVIDIA/Megatron-LM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreptile.json
More file actions
40 lines (40 loc) · 1.24 KB
/
greptile.json
File metadata and controls
40 lines (40 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"labels": [],
"comment": "Disclaimer: This is AI-generated.",
"commentTypes": ["logic", "syntax", "style"],
"instructions": "Only comment if the PR description is unchanged from the default template, if a docstring is missing, or if there is a typo.",
"ignoreKeywords": "rename\nlinter\nprettier\ngreptile-ignor",
"ignorePatterns": "greptile.json\ntesting/**/*.py\n*.md\n*.txt\n*.json",
"patternRepositories": ["NVIDIA/Megatron-LM"],
"triggerOnUpdates": true,
"shouldUpdateDescription": false,
"disabledLabels": ["docs"],
"includeAuthors": [],
"excludeAuthors": ["github-actions"],
"strictness": 3,
"fixWithAI": false,
"includeBranches": ["main"],
"statusCheck": false,
"skipReview": "AUTOMATIC",
"summarySection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"issuesTableSection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"confidenceScoreSection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"sequenceDiagramSection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"statusCommentsEnabled": false
}