feat: add reconciler supersession close gate

This commit is contained in:
2026-07-09 12:36:50 -04:00
parent c738e5b10d
commit b0ae1605c3
6 changed files with 706 additions and 0 deletions
+3
View File
@@ -114,6 +114,9 @@ TASK_REQUIRED_ROLE = {
# #309: reconciler tasks close already-landed PRs/issues only.
"reconcile_close_landed_pr": "reconciler",
"reconcile_close_landed_issue": "reconciler",
"reconcile_close_superseded_pr": "reconciler",
"reconcile_close_satisfied_issue": "reconciler",
"reconcile_create_followup_issue": "reconciler",
}
WRONG_ROLE_REVIEWER_MSG = (