Currently a number of files have OWNERS mapped to sig-api-machinery but they should be mapped to new sig-etcd #127336
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added?
Currently a number of files have OWNERS mapped to sig-api-machinery but they should be mapped to new sig-etcd. Currently this is impacting PR review and triage as etcd related PRs get triaged to api-machinery incorrectly. Ex:
This issue tracks updating the currently incorrect OWNERS files and removing sig-api-machinery and adding sig-etcd.
The solution here would likely be:
filters:
(see https://www.kubernetes.dev/docs/guide/owners/#owners-spec, in repo OWNERS example here: https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/OWNERS#L6) to make specific etcd files (eg: /hack/libe/etcd.sh) to sig/etcdWhy is this needed?
This is needed as currently PR review and triage for etcd related issues are mapped to api-machinery incorrectly.
The text was updated successfully, but these errors were encountered: