Skip to content

Commit 68697f7

Browse files
authored
Update AssignCommitter.yml
1 parent 393829c commit 68697f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AssignCommitter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
const regex = /^(.*?)$/;
7979
const reviewer_candidates = fileContentsText
8080
.split('\n')
81-
.trim()
81+
.map(line => line.trim())
8282
.map(line => line.match(regex))
8383
//.filter(match => match !== null)
8484
//.map(match => match[1].substring(1)); // Remove the @ symbol

0 commit comments

Comments
 (0)