Skip to content

Commit 9cc40e3

Browse files
authored
Cleanup OWNERS (opendatahub-io#89)
#### Motivation 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. #### Modifications - 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 #### Result An updated OWNERS file. Auto-assigned reviewers are currently active. #### Related PRs - [ ] kserve#89 - [ ] kserve/modelmesh-runtime-adapter#44 - [ ] kserve/modelmesh-serving#354 Signed-off-by: Christian Kadner <[email protected]>
1 parent d1d0156 commit 9cc40e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

OWNERS

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
approvers:
2-
- animeshsingh
32
- njhill
4-
- pvaneck
3+
- tjohnson31415
54
reviewers:
6-
- animeshsingh
75
- njhill
8-
- pvaneck
9-
- tedhtchang
10-
- Tomcli
11-
- chinhuang007
6+
- tjohnson31415
127
- ckadner
8+
- rafvasq
9+
emeritus_approvers:
10+
- animeshsingh # 2023-04-12
11+
- pvaneck # 2023-04-12

0 commit comments

Comments
 (0)