mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-31 03:39:14 +01: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.
Plugins moved see https://github.com/scm-manager/scm-manager/blob/develop/docs/scm-plugins.md for details.