We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52b8a8 commit df7939eCopy full SHA for df7939e
models/git/protected_branch.go
@@ -91,6 +91,7 @@ func (protectBranch *ProtectedBranch) loadGlob() {
91
protectBranch.isPlainName = true
92
return
93
}
94
+ // now we load the glob
95
var err error
96
protectBranch.globRule, err = glob.Compile(protectBranch.RuleName, '/')
97
if err != nil {
0 commit comments