Skip to content

Commit

Permalink
[Docs] Update default PR assignment (#17365)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa authored Oct 7, 2024
1 parent c69afff commit f931f3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/assign-pr/index.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .github/actions/assign-pr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ async function list(
}

if (assignees.size === 0) {
assignees.add("haleycode");
// assign folks which will manually reassign
["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach(
(username) => assignees.add(username),
);
}

// don't self-assign
Expand Down

0 comments on commit f931f3f

Please sign in to comment.