Separate token per reviewer role (eliminate worst-wins) #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
sonnetandsecuritysharesonnet-review-bottoken, requiring the worst-wins escalation logic. If each role has its own Gitea user+token, Gitea handles multi-reviewer blocking natively:sonnet-review-bot: code quality reviewssecurity-review-bot: security reviews (new token needed)gpt-review-bot: GPT reviews (already separate)This would allow removing the entire
shouldEscalatefunction, post-posting escalation fallback, and sentinel-based sibling detection.Blocked by: creating the
security-review-botGitea user and token.