Allow specifying protected branches using wildcards
Parent: gitlab-org/gitlab-ee#179
Proposal
- Allow specifying a protected branch using an explicit branch name (current behavior)
- Allow specifying a protected branch using wildcards such as
production/*
. Other examples:*-stable
,*-stable
. - Restrict wildcard use to edges if necessary.