Skip to content

Commit 5dd0e56

Browse files
pedrosousaelithrar
authored andcommitted
[Docs] Update default PR assignment (#17365)
1 parent 87f80d3 commit 5dd0e56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/assign-pr/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/assign-pr/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ async function list(
8080
}
8181

8282
if (assignees.size === 0) {
83-
assignees.add("haleycode");
83+
// assign folks which will manually reassign
84+
["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach(
85+
(username) => assignees.add(username),
86+
);
8487
}
8588

8689
// don't self-assign

0 commit comments

Comments
 (0)