Skip to content

Commit bea6563

Browse files
authored
Update AssignCommitter.yml
1 parent 5250757 commit bea6563

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
@@ -75,7 +75,7 @@ jobs:
7575
7676
// Find lines that match ^(@[a-zA-Z0-9]+)(\s*#.*)?\n$ and extract the usernames
7777
// const regex = /^(@[a-zA-Z0-9]+)(\s*#.*)?\n$/; // TODO: Fix this regex.
78-
const regex = /^(\@.*?)$/;
78+
const regex = /^(.*?)$/;
7979
const reviewer_candidates = fileContentsText
8080
.split('\n')
8181
.map(line => line.trim())

0 commit comments

Comments
 (0)