Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit dc0bd95

Browse files
Samuel Ortizrbradford
authored andcommitted
CODEOWNERS: Make PullAssigner the default owner
The PullAssigner bot [1] will pick 2 github handles from the gate keepers list [2] and assign them for reviewing any new PR. The bot goes uses a round robin algorithm to select handles from the list. What happens when the CODEOWNERS file gets populated with real owners? Following the PR review and approval process [3], the PullAssigner bot will either pick only one or zero reviewers from the gate keepers list, if the CODEOWNERS file points to exactly one or more than one actual ownwer, respectively. [1] https://pullpanda.com/assigner [2] https://github.com/rust-vmm/community/blob/master/GATEKEEPERS.md [3] https://github.com/rust-vmm/community#pr-review-and-approval Signed-off-by: Samuel Ortiz <[email protected]>
1 parent 59b969f commit dc0bd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add the list of code owners here (using their GitHub username)
2+
* gatekeeper-PullAssigner

0 commit comments

Comments
 (0)