ci: set disabledLabels and context for greptile (backport #55883) (#55885)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2026-06-13 19:06:13 +00:00
committed by GitHub
parent 0b03f18a39
commit d69464ebdf

10
.greptile/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"disabledLabels": [
"conflicts"
],
"context": {
"repos": [
"frappe/frappe"
]
}
}