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
63 changes: 63 additions & 0 deletions greptile.json
Original file line number Diff line number Diff line change
@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually have a branch called vNext anywhere? I don't see it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but it was in the current config via the website. We can remove it after I submit the config file if we don't need it.

],
"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": ""
}
]
}
}
Loading