Skip to content

Commit 2934132

Browse files
Copilot AI review feedback
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent fb13f1b commit 2934132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cla-backend-go/github/bots.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)