From 5291289e06cdb4e36b3a591686fcda077cc4f89d Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Wed, 23 Oct 2024 13:31:12 -0400 Subject: [PATCH] chore: Add Daniele and Lokesh as Approvers and Reviewers (#4672) * chore: Add Daniele and Lokesh as Approvers and Reviewers Add Daniele and Lokesh as Approvers and Reviewers * Delete OWNERS * Update CODEOWNERS --- CODEOWNERS | 9 +++++++++ OWNERS | 47 ----------------------------------------------- 2 files changed, 9 insertions(+), 47 deletions(-) delete mode 100644 OWNERS diff --git a/CODEOWNERS b/CODEOWNERS index 75ede8b6aa..e4eb72958c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,15 @@ # See https://help.github.com/articles/about-codeowners/ # for more info about CODEOWNERS file +/docs/ @feast-dev/reviewers-and-approvers +/examples/ @feast-dev/reviewers-and-approvers +/go/ @feast-dev/reviewers-and-approvers +/infra/ @feast-dev/reviewers-and-approvers +/java/ @feast-dev/reviewers-and-approvers +/protos/ @feast-dev/reviewers-and-approvers +/sdk/ @feast-dev/reviewers-and-approvers +/ui/ @feast-dev/reviewers-and-approvers + # Core Interfaces /sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers /sdk/python/feast/infra/online_stores/online_store.py @feast-dev/maintainers diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 1072fc2187..0000000000 --- a/OWNERS +++ /dev/null @@ -1,47 +0,0 @@ -# This file is different from the CODEOWNERS file. -# OWNERS is used by feast-ci-bot to accept commands like `/ok-to-test` and `/lgtm` -# More info at https://www.kubernetes.dev/docs/guide/owners/ -approvers: - - woop - - achals - - adchia - - felixwang9817 - - MattDelac - - kevjumba - - chhabrakadabra - - gbmarc1 - - sfc-gh-madkins - - zhilingc - - whoahbot - - niklasvm - - toping4445 - - DvirDukhan - - hemidactylus - - franciscojavierarceo - - haoxuai - - jeremyary - - shuchu - - tokoko - -reviewers: - - woop - - achals - - tedhtchang - - adchia - - felixwang9817 - - MattDelac - - kevjumba - - chhabrakadabra - - gbmarc1 - - sfc-gh-madkins - - zhilingc - - whoahbot - - niklasvm - - toping4445 - - DvirDukhan - - hemidactylus - - franciscojavierarceo - - haoxuai - - jeremyary - - shuchu - - tokoko