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

This commit is contained in:
Raffael Meyer
2026-06-13 20:46:03 +02:00
committed by GitHub
parent 93d6be2ed7
commit 701896692a

10
.greptile/config.json Normal file
View File

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