File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ func parseConfigPatterns(config string) []string {
147147// - repo-name is the exact repository name under given org (e.g., "my-repo" not "my-org/my-repo")
148148// - re:repo-regexp is a regex pattern to match repository names
149149// - * is a wildcard that applies to all repositories
150- // - <login_pattern> is a GitHub login pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ”
151- // - <email_pattern> is a GitHub email pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ”
152- // - <name_pattern> is a GitHub name pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ”
153- // ” matches empty value, null value or missing property
150+ // - <login_pattern> is a GitHub login pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ""
151+ // - <email_pattern> is a GitHub email pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ""
152+ // - <name_pattern> is a GitHub name pattern (exact match or regex prefixed by re: or match all '*') if not specified defaults to ""
153+ // "" matches empty value, null value or missing property
154154// The login, email and name patterns are separated by a semicolon (;). Email and name parts are optional.
155155// There can be an array of patterns for a single repository, separated by ||. It must start with a '[' and end with a ']': "[...||...||...]"
156156// If the skip_cla is not set, it will skip the allowlisted bots check.
You can’t perform that action at this time.
0 commit comments