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

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

10
.greptile/config.json Normal file
View File

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