Skip to content

Commit

Permalink
Cleanup OWNERS (#44)
Browse files Browse the repository at this point in the history
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.

- [ ] kserve/modelmesh#89
- [ ] kserve#44
- [ ] kserve/modelmesh-serving#354

Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner authored and Jooho committed May 16, 2023
1 parent e228e04 commit c8a83fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ reviewers:
- Jooho
- VedantMahabaleshwarkar
- Xaenalt

0 comments on commit c8a83fc

Please sign in to comment.