[RFC] Remove CODEOWNERS

It was brought up that it would be nice to have the ability to not only cc specific people as reviewers but groups of people by labels. PyTorch does something similar which we could mostly copy. So labels could be automatically assigned based on matching “labels” in PR titles. For example, the PR: [microTVM] My microTVM change would look up the microTVM label and cc the relevant people to that label on the PR.

We could also try to automatically label PRs based on the content of PRs, but at that point we’re basically wrapping back around to CODEOWNERS.

1 Like