etcd-io / raft

Raft library for maintaining a replicated state machine
Apache License 2.0
666 stars 164 forks source link

Complete migration to OWNERS file #107

Closed jmhbnz closed 1 year ago

jmhbnz commented 1 year ago

As part of our setup for sig-etcd we intend to adopt the kubernetes project OWNERS file approach for managing repository and github org permissions automatically as code.

In https://github.com/etcd-io/raft/pull/102 we introduced the OWNERS file for raft.

This pull request is a tidy-up to remove the old MAINTAINERS file approach.

Sub task under: https://github.com/etcd-io/etcd/issues/16367