From b54d335094961b4addcb361a088600a09483ddd1 Mon Sep 17 00:00:00 2001 From: Ethan Bickel Date: Tue, 27 Aug 2024 13:45:37 -0500 Subject: [PATCH 1/2] add CODEOWNERS --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..6074e0fd --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# for now project lead should signoff on any prs +# current project lead: Ethan Bickel +* @nl32 From 986b9c053b3ce326eb28db5aa2709e84c2a8b3f5 Mon Sep 17 00:00:00 2001 From: Ethan Bickel Date: Tue, 27 Aug 2024 13:50:51 -0500 Subject: [PATCH 2/2] add engineering head --- CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6074e0fd..ac762077 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,2 @@ -# for now project lead should signoff on any prs -# current project lead: Ethan Bickel -* @nl32 +# for now project lead or engineering head should signoff on any prs +* @nl32 @KennethImphean