From 43b83495e5df49cb3ceb54cfbfd7e42df598e0b2 Mon Sep 17 00:00:00 2001 From: Jordan Keister Date: Tue, 19 Sep 2023 08:33:48 -0500 Subject: [PATCH] revamping reviewers (#126) Signed-off-by: Jordan Keister --- CODEOWNERS | 12 ++++++++++++ OWNERS | 10 ---------- OWNERS_ALIASES | 26 -------------------------- 3 files changed, 12 insertions(+), 36 deletions(-) create mode 100644 CODEOWNERS delete mode 100644 OWNERS delete mode 100644 OWNERS_ALIASES diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..0a84014 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,12 @@ + +############################################## +# +# List of approvers for this repository +# +############################################## +# +# Learn about membership in java-operator-plugins: +# https://github.com/operator-framework/java-operator-plugins/blob/main/CONTRIBUTING.md +# + +* @operator-framework/java-operator-plugins diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 4b2fca3..0000000 --- a/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: - - java-sdk-admins - - java-sdk-maintainers - - java-sdk-approvers -reviewers: - - java-sdk-admins - - java-sdk-reviewers - - java-sdk-approvers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES deleted file mode 100644 index a697044..0000000 --- a/OWNERS_ALIASES +++ /dev/null @@ -1,26 +0,0 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -aliases: - # active folks who can be contacted to perform admin-related - # tasks on the repo, or otherwise approve any PRS. - # java-sdk-admins: - - # non-admin folks who have write-access and can approve any PRs in the repo - # java-sdk-maintainers: - - # non-admin folks who can approve any PRs in the repo - # java-sdk-approvers: - - # folks who can review and LGTM any PRs in the repo (doesn't - # include approvers & admins -- those count too via the OWNERS - # file) - # java-sdk-reviewers: - - # folks to can approve things in the directly-ported - # testing_frameworks portions of the codebase - # java-sdk-approvers: - - - # folks who may have context on ancient history, - # but are no longer directly involved - # java-sdk-emeritus-maintainers: \ No newline at end of file