Skip to content

Commit 5ccbd16

Browse files
Matheus Marchinipriyank-p
authored andcommitted
lib: accept extra spaces in the collaborators list
1 parent 8b40a72 commit 5ccbd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const TSC_TITLE = '### TSC (Technical Steering Committee)';
44
const TSCE_TITLE = '### TSC Emeriti';
55
const CL_TITLE = '### Collaborators';
66
const CLE_TITLE = '### Collaborator Emeriti';
7-
const CONTACT_RE = /\* \[(.+?)\]\(.+?\) -\s\*\*(.+?)\*\* <(.+?)>/mg;
7+
const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s\*\*(.+?)\*\* +<(.+?)>/mg;
88

99
const TSC = 'TSC';
1010
const COLLABORATOR = 'COLLABORATOR';

0 commit comments

Comments
 (0)