Protect Branches Wildcard syntax/workflow

The gitlab documentation is a bit sparse on what style of wild cards are supported for Protect Branches.

Is * a shell glob? Can I do negation? How about character classes? Is it converted to % for SQL behind the API? What should happen when multiple entries with different permissions match the same branch?

1 Like