Skip to content

Commit 320b051

Browse files
authored
Cleanup OWNERS (#44)
#### 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/modelmesh#89 - [ ] kserve#44 - [ ] kserve/modelmesh-serving#354 Signed-off-by: Christian Kadner <[email protected]>
1 parent 3632b16 commit 320b051

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

OWNERS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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
7+
- ckadner
8+
- rafvasq
9+
- joerunde
10+
emeritus_approvers:
11+
- animeshsingh # 2023-04-12
12+
- pvaneck # 2023-04-12

0 commit comments

Comments
 (0)