fix: resolve conflicts for PR #384
Merge prgs/master; keep read-only reconciliation tools (#301) alongside master's gitea_reconcile_already_landed_pr close path (#310). Unify task routing: reconcile_landed_pr stays author/read-only; reconcile-landed-pr and reconcile_already_landed_pr stay reconciler.
This commit is contained in:
@@ -112,6 +112,10 @@ TASK_CAPABILITY_MAP: dict[str, dict[str, str]] = {
|
||||
"permission": "gitea.read",
|
||||
"role": "author",
|
||||
},
|
||||
"reconcile_already_landed_pr": {
|
||||
"permission": "gitea.pr.close",
|
||||
"role": "reconciler",
|
||||
},
|
||||
# #309: dedicated reconciler path for already-landed open PRs. Exact
|
||||
# close capabilities only — never review/approve/request_changes/merge.
|
||||
"reconcile_close_landed_pr": {
|
||||
|
||||
Reference in New Issue
Block a user