From f67501d4e0cdebfa76256ae0ccac9650c7d02237 Mon Sep 17 00:00:00 2001 From: Kostia Tarasenko Date: Tue, 20 Aug 2024 19:37:03 +0200 Subject: [PATCH] Update CODEOWNERS to use group instead of individuals (#2659) * Update CODEOWNERS to use group instead of individuals * Update CODEOWNERS - remove comment --- CODEOWNERS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 512f12d413..f6c08701fd 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,14 +1,7 @@ # This file lists people who get automatically added as Reviewers for Pull Requests. -# -# Note that we intentionally do NOT just include all committers here by using @google/android-fhir, -# nor were we able to get it working using a group such as @google/android-fhir-reviewers; -# details about why are described on https://github.com/google/android-fhir/issues/2320 -# and https://github.com/google/android-fhir/pull/2536. -# -# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # These people for *ALL* Pull Requests: -* @aditya-07 @jingtang10 @MJ1998 @santosh-pingle +* @google/android-fhir-reviewers # These for anything documentation related: docs/* @vorburger