From 597ef5e960a7e0da9dc437f85ab593ab3c593eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20P=C3=A9rez?= Date: Tue, 19 Nov 2024 18:55:45 -0400 Subject: [PATCH] Add default CODEOWNERS (#1009) To start, we can add ourselves as CODEOWNERS for the entire repo since (at least for the time being), we probably want to be aware of/sign-off any changes to Tron --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..55610cbc0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# NOTE: "we" in this file will refer to the Compute Infrastructure team at Yelp +* @Yelp/paasta +# +# prevent cheeky modifications :) +CODEOWNERS @Yelp/paasta