feat: allow reconciler profile to run merged cleanup directly (Closes #523)

This commit is contained in:
2026-07-08 22:49:19 -04:00
parent 9a2e585a9e
commit 32fc1719aa
4 changed files with 117 additions and 4 deletions
+2 -2
View File
@@ -106,11 +106,11 @@ TASK_CAPABILITY_MAP: dict[str, dict[str, str]] = {
},
"reconcile_merged_cleanups": {
"permission": "gitea.read",
"role": "author",
"role": "reconciler",
},
"reconciliation_cleanup": {
"permission": "gitea.branch.delete",
"role": "author",
"role": "reconciler",
},
"work_issue": {
"permission": "gitea.pr.create",