We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075bbf2 + 1dd48a9 commit cac2119Copy full SHA for cac2119
parse.go
@@ -41,7 +41,7 @@ var ErrNoMatch = errors.New("no match")
41
var (
42
emailRegexp = regexp.MustCompile(`\A[A-Z0-9a-z\._%\+\-]+@[A-Za-z0-9\.\-]+\.[A-Za-z]{2,6}\z`)
43
teamRegexp = regexp.MustCompile(`\A@([a-zA-Z0-9\-]+\/[a-zA-Z0-9_\-]+)\z`)
44
- usernameRegexp = regexp.MustCompile(`\A@([a-zA-Z0-9\-]+)\z`)
+ usernameRegexp = regexp.MustCompile(`\A@([a-zA-Z0-9\-_]+)\z`)
45
)
46
47
var DefaultOwnerMatchers = []OwnerMatcher{
0 commit comments