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.
2 parents 73c75b2 + b718b0a commit fcbbc42Copy full SHA for fcbbc42
api/github.go
@@ -14,7 +14,7 @@ type GitHubGateway struct {
14
}
15
16
var pathRegexp = regexp.MustCompile("^/github/?")
17
-var allowedRegexp = regexp.MustCompile("^/github/(git|contents|pulls|branches)/?")
+var allowedRegexp = regexp.MustCompile("^/github/(git|contents|pulls|branches|merges)/?")
18
19
func NewGitHubGateway() *GitHubGateway {
20
return &GitHubGateway{
0 commit comments