Skip to content

Commit af881e5

Browse files
authored
Update AssignCommitter.yml
1 parent 0886148 commit af881e5

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
@@ -81,7 +81,7 @@ jobs:
8181
.map(line => line.trim())
8282
.map(line => line.match(regex))
8383
.filter(match => match !== null)
84-
//.map(match => match[1].substring(1)); // Remove the @ symbol
84+
.map(match => match[1].substring(1)); // Remove the @ symbol
8585
console.log('reviewer_candidates: ', reviewer_candidates);
8686
8787
if (reviewer_candidates.length < 1) {

0 commit comments

Comments
 (0)