fix(gitea-mcp): add fix/* and other branch patterns to permissions #219

Merged
lmiranda merged 1 commits from fix/branch-permission-patterns into development 2026-01-27 19:42:03 +00:00

1 Commits

Author SHA1 Message Date
51bcc26ea9 fix(gitea-mcp): add fix/* and other branch patterns to permissions
The branch permission check was only allowing feat/, feature/, and dev/
prefixes for write operations. This blocked PR creation from fix/*
branches, forcing fallback to direct API calls.

Added patterns:
- fix/, bugfix/, hotfix/ - for bug fixes
- chore/, refactor/ - for maintenance
- docs/, test/ - for documentation and tests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 14:41:18 -05:00