From eb4c1bb3555dac01c64614e2f0ff7dffe333d814 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Thu, 4 Jun 2020 18:16:34 +0200 Subject: [PATCH] Add myself to project reviewers Based on https://github.com/kubernetes/community/blob/master/community-membership.md#requirements-1: The following apply to the part of codebase for which one would be a reviewer in an OWNERS file (for repos using the bot). > member for at least 3 months For a couple of years now > Primary reviewer for at least 5 PRs to the codebase https://github.com/kubernetes-sigs/descheduler/pull/285 https://github.com/kubernetes-sigs/descheduler/pull/275 https://github.com/kubernetes-sigs/descheduler/pull/267 https://github.com/kubernetes-sigs/descheduler/pull/254 https://github.com/kubernetes-sigs/descheduler/pull/181 > Reviewed or merged at least 20 substantial PRs to the codebase https://github.com/kubernetes-sigs/descheduler/pulls?q=is%3Apr+is%3Aclosed+assignee%3Aingvagabund > Knowledgeable about the codebase yes > Sponsored by a subproject approver > With no objections from other approvers > Done through PR to update the OWNERS file this PR > May either self-nominate, be nominated by an approver in this subproject, or be nominated by a robot self-nominating --- OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/OWNERS b/OWNERS index 6b2f02dee..8c84d965d 100644 --- a/OWNERS +++ b/OWNERS @@ -9,3 +9,4 @@ reviewers: - ravisantoshgudimetla - damemi - seanmalloy +- ingvagabund