Skip to content

Commit 2be08dc

Browse files
authored
Update docs_assign_review.yaml
1 parent d9f495b commit 2be08dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_assign_review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
// Filter out the PR author and busy members
5959
const availableMembers = [];
6060
for (const member of teamMembers) {
61-
if (member.login === prAuthor) continue;
61+
// if (member.login === prAuthor) continue;
6262
if (await isBusy(member.login)) {
6363
console.log(`Skipping ${member.login} as they appear busy.`);
6464
continue;

0 commit comments

Comments
 (0)