GRM-57: refactor: fully automate PR merge — no manual label/review needed

This commit is contained in:
2026-06-22 10:45:26 +00:00
parent f5177c823c
commit 8e532839fd
16 changed files with 335 additions and 1541 deletions
-6
View File
@@ -38,12 +38,6 @@ BRANCH_PROTECTION_CONFIG: dict[str, object] = {
"block_on_official_review_requests": True,
}
LABEL_CONFIG: dict[str, object] = {
"name": "ready-to-merge",
"color": "2ecc71",
"description": "Auto-merge PR when all CI checks pass",
}
REPO_SETTINGS_CONFIG: dict[str, object] = {
"default_delete_branch_after_merge": True,
}