We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f495b commit 2be08dcCopy full SHA for 2be08dc
.github/workflows/docs_assign_review.yaml
@@ -58,7 +58,7 @@ jobs:
58
// Filter out the PR author and busy members
59
const availableMembers = [];
60
for (const member of teamMembers) {
61
- if (member.login === prAuthor) continue;
+ // if (member.login === prAuthor) continue;
62
if (await isBusy(member.login)) {
63
console.log(`Skipping ${member.login} as they appear busy.`);
64
continue;
0 commit comments