yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
912 stars 117 forks source link

Protect branches #156

Open jeansergegagnon opened 5 years ago

jeansergegagnon commented 5 years ago

Once server side hooks (issue #155) is implemented, it could support this mechanism.

It's easy enough to have a hook that stops a push to a branch, it just needs to have a UI side to it and the hook would need to be able to get list of protected branches from gitprep with some API.