chore(hub): add OWNERS file to kubeflow.hub#244
chore(hub): add OWNERS file to kubeflow.hub#244google-oss-prow[bot] merged 1 commit intokubeflow:mainfrom
Conversation
Pull Request Test Coverage Report for Build 21372491147Details
💛 - Coveralls |
kubeflow/hub/OWNERS
Outdated
| @@ -0,0 +1,16 @@ | |||
| approvers: | |||
| - Al-Pragliola | |||
| - andreyvelich # noqa(kubeflow-hub-team) | |||
There was a problem hiding this comment.
You can remove me from here.
| - andreyvelich # noqa(kubeflow-hub-team) |
kubeflow/hub/OWNERS
Outdated
| reviewers: | ||
| - Al-Pragliola | ||
| - andreyvelich | ||
| - jonburdo | ||
| - pboyd |
There was a problem hiding this comment.
You don't need to duplicate folks in reviewers who already in the approvers list.
This copies the OWNERS file from the root of the model-registry repo to kubeflow/hub/OWNERS since the kubeflow hub working group owns this particular sub-module. The model-registry repo is: https://github.com/kubeflow/model-registry This OWNERS file is specifically sourced from: https://github.com/kubeflow/model-registry/blob/c9222d84c04586c8d9fa95b6e5564f93869e6451/OWNERS Signed-off-by: Jon Burdo <jon@jonburdo.com>
1cc8482 to
0bc68a3
Compare
|
Updated. Now the file is copied from latest
I will also clean these up in |
andreyvelich
left a comment
There was a problem hiding this comment.
Thanks @jonburdo!
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
we kept those for git-blame on the history, but fine with me if we want to be more adherent to this |
This cleans up the root OWNERS file to follow best-practice and to match the state of the kubeflow sdk file: https://github.com/kubeflow/sdk/blob/main/kubeflow/hub/OWNERS after the following PR is merged: kubeflow/sdk#252 Specifically this does the following: - move andreyvelich to emeritus_approvers (no longer active) (per this comment: kubeflow/sdk#244 (comment) ) - remove duplicate reviewers entries which are also in approvers: - Al-Pragliola - pboyd Also see: kubeflow/sdk#244 (comment) Following this, these OWNERS files should be kept in sync: https://github.com/kubeflow/model-registry/blob/main/OWNERS https://github.com/kubeflow/sdk/blob/main/kubeflow/hub/OWNERS Signed-off-by: Jon Burdo <jon@jonburdo.com>
This cleans up the root OWNERS file to follow best-practices and more closely match the state of the kubeflow sdk file: https://github.com/kubeflow/sdk/blob/main/kubeflow/hub/OWNERS Specifically this does the following: - remove duplicate reviewers entries which are also in approvers: - andreyvelich - Al-Pragliola - pboyd Also see: kubeflow/sdk#244 (comment) Signed-off-by: Jon Burdo <jon@jonburdo.com>
This cleans up the root OWNERS file to follow best-practices and more closely match the state of the kubeflow sdk file: https://github.com/kubeflow/sdk/blob/main/kubeflow/hub/OWNERS Specifically this does the following: - remove duplicate reviewers entries which are also in approvers: - andreyvelich - Al-Pragliola - pboyd Also see: kubeflow/sdk#244 (comment) Signed-off-by: Jon Burdo <jon@jonburdo.com>
This copies the OWNERS file from the root of the model-registry repo to kubeflow/hub/OWNERS since the kubeflow hub working group owns this particular sub-module.
The model-registry repo is: https://github.com/kubeflow/model-registry
This OWNERS file is specifically sourced from: https://github.com/kubeflow/model-registry/blob/c9222d84c04586c8d9fa95b6e5564f93869e6451/OWNERS
What this PR does / why we need it:
The kubeflow hub working group owns the code under
kubeflow/hub. This was mentioned as a next step to adding this sub-module:Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...format, will close the issue(s) when PR gets merged):Fixes #
Checklist: