Skip to content

Commit c1cb0b8

Browse files
authored
Update AssignCommitter.yml
1 parent cd9ea80 commit c1cb0b8

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
@@ -86,7 +86,7 @@ jobs:
8686
.map(line => line.trim())
8787
.map(line => line.match(regex))
8888
.filter(match => match !== null)
89-
.map(match => match[1].substring(1)); // Remove the @ symbol
89+
.map(match => match[1]); // Remove the @ symbol
9090
console.log('reviewer_candidates: ', reviewer_candidates);
9191
9292
if (reviewer_candidates.length < 1) {

0 commit comments

Comments
 (0)