From c8a83fc12fb428deb81ed0a24b149d80420813cf Mon Sep 17 00:00:00 2001 From: Christian Kadner Date: Wed, 12 Apr 2023 20:30:51 -0700 Subject: [PATCH] Cleanup OWNERS (#44) Currently, pull requests get auto-assigned `reviewers` (and `approvers`) by the @kserve-oss-bot However, many of the reviewers and approvers are no longer active. When inactive reviewers are auto-assigned, then active contributors who could actually help with reviews are not notified about new PRs. Similarly, the @kserve-oss-bot adds a message to PRs about who is allowed to approve PRs, which often points to inactive contributors. - Following [Kubernetes guidance](https://www.kubernetes.dev/docs/guide/owners/#cleanup), moving inactive `approvers` under `emeritus_approvers`, removing inactive contributors from list of `reviewers` - Adding currently active contributors to the list of `reviewers` - Removing `reviewers` who are no longer working on the project An updated OWNERS file. Auto-assigned reviewers are currently active. - [ ] https://github.com/kserve/modelmesh/pull/89 - [ ] https://github.com/kserve/modelmesh-runtime-adapter/pull/44 - [ ] https://github.com/kserve/modelmesh-serving/pull/354 Signed-off-by: Christian Kadner --- OWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/OWNERS b/OWNERS index 1d21cd65..1d58b1f2 100644 --- a/OWNERS +++ b/OWNERS @@ -11,4 +11,3 @@ reviewers: - Jooho - VedantMahabaleshwarkar - Xaenalt -