Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions greptile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"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, if there is a typo, or if there is an important or critical bug.",
"ignoreKeywords": "rename\nlinter\nprettier\ngreptile-ignor",
"ignorePatterns": "greptile.json\ntesting/**/*.py\n*.md\n*.txt\n*.json",
"patternRepositories": ["NVIDIA/Megatron-LM"],
"shouldUpdateDescription": false,
"disabledLabels": ["docs"],
"includeAuthors": [],
"excludeAuthors": ["github-actions"],
"strictness": 3,
Comment thread
Phlip79 marked this conversation as resolved.
"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
}
Loading