From 8cb0b09bec5067d923a3dc6d221a00aa27972420 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 6 Sep 2019 14:35:49 +0200 Subject: [PATCH] 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 --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..4d96c3f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# Add the list of code owners here (using their GitHub username) +* gatekeeper-PullAssigner