Skip to content

Commit 0886148

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

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
@@ -80,7 +80,7 @@ jobs:
8080
.split('\n')
8181
.map(line => line.trim())
8282
.map(line => line.match(regex))
83-
//.filter(match => match !== null)
83+
.filter(match => match !== null)
8484
//.map(match => match[1].substring(1)); // Remove the @ symbol
8585
console.log('reviewer_candidates: ', reviewer_candidates);
8686

0 commit comments

Comments
 (0)