From 4002ff4f4d203784d73f3b9a43547a81edd5dc24 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Thu, 12 Dec 2024 15:00:06 -0800 Subject: [PATCH] add CODEOWNERS --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..be4f2cc06e6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# These owners will be the default owners for everything in the repo. +* @firebase/firebase-ios-sdk-admin + +# Firestore Code +FirebaseFirestore.podspec @ehsannas @cherylEnkidu @wu-hui @dconeybe +Firestore/ @ehsannas @cherylEnkidu @wu-hui @dconeybe +.github/workflows/firestore.yml @ehsannas @cherylEnkidu @wu-hui @dconeybe +.github/workflows/firestore-nightly.yml @ehsannas @cherylEnkidu @wu-hui @dconeybe + +# Crashlytics Code +FirebaseCrashlytics.podspec @samedson @themiswang @tejasd +Crashlytics/ @samedson @themiswang @tejasd +.github/workflows/crashlytics.yml @samedson @themiswang @tejasd