dev(ci): permit apostrophes in Co-authored-by lines

This commit is contained in:
Henrik Lissner 2022-01-27 03:47:54 +01:00
parent 5656a96a1b
commit d2da550a14

View file

@ -48,7 +48,7 @@ Accapted value types can be one or more of ref, hash, url, username, or name.")
'((ref . "^\\(https?://[^ ]+\\|[^/]+/[^/]+\\)?#[0-9]+$")
(hash . "^\\(https?://[^ ]+\\|[^/]+/[^/]+@\\)?[a-z0-9]\\{12\\}$")
(url . "^https?://")
(name . "^[a-zA-Z0-9-_ \\.]+<[^@]+@[^.]+\\.[^>]+>$")
(name . "^[a-zA-Z0-9-_ \\.']+<[^@]+@[^.]+\\.[^>]+>$")
(username . "^@[^a-zA-Z0-9_-]+$"))
"An alist of valid trailer keys and their accepted value types.