mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-30 16:52:45 +02:00
The review plugin does not explicitly check, if the branch provider is supported in events. It only checks, whether the repository supports branches per se. Therefor, if a tag is created from the ui, an internal server error is thrown. We prevent this by implementing a simple branch provider here, too.