GRM-57: refactor: fully automate PR merge — no manual label/review needed
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user