From befa41565e1a534f827c463ad02e46b8cfca1e17 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 12 Jul 2024 15:53:03 +0200 Subject: [PATCH] Add codeowners Generally owned by the Glean team, with server-side events implementation handled by @akkomar --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..26d3217d9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# This CODEOWNERS file defines individuals or teams that are responsible +# for code in this repository. +# See https://help.github.com/articles/about-codeowners/ for details. + +* @mozilla/glean +glean_parser/*_server.py @akkomar +tests/*_server.py @akkomar +server_telemetry/* @akkomar