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.
1 parent 06f3f63 commit 011a5a4Copy full SHA for 011a5a4
scripts/update-authors.js
@@ -38,7 +38,7 @@ const excludeEmails = [
38
// `Co-authored-by:` in the message body. Both have been used in the past
39
// to indicate multiple authors per commit, with the latter standardized
40
// by GitHub now.
41
-const authorRe = /(^Author:|^Co-authored-by:)\\s+(?<author>[^<]+)\\s+(?<email><[^>]+>)/i;
+const authorRe = /(^Author:|^Co-authored-by:)\s+(?<author>[^<]+)\s+(?<email><[^>]+>)/i;
42
43
rl.on('line', line => {
44
const match = line.match(authorRe);
0 commit comments