From f1ab341b8145680c488c2eedb23418b97c0ca637 Mon Sep 17 00:00:00 2001 From: Daryl Maier Date: Fri, 5 Aug 2022 09:40:18 -0400 Subject: [PATCH 1/2] Add 0xdaryl as a project lead in CODEOWNERS Signed-off-by: Daryl Maier --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 26805cb036..beb3f12211 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2018, 2020 IBM Corp. and others +# Copyright (c) 2018, 2022 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -21,7 +21,7 @@ ############################################################################### # Global project leads/owners -* @charliegracie @mstoodle +* @charliegracie @mstoodle @0xdaryl # Build / Configure and CI *.mk @charliegracie From d11123c734ebf167a64dc56bfd22e05ab39c9491 Mon Sep 17 00:00:00 2001 From: Daryl Maier Date: Fri, 5 Aug 2022 09:42:47 -0400 Subject: [PATCH 2/2] Add babsingh to port, thread, and core in CODEOWNERS Signed-off-by: Daryl Maier --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index beb3f12211..c502459f64 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -50,13 +50,13 @@ /compiler/ilgen @mstoodle @Leonardo2718 # Port Library -/port/ @charliegracie @youngar @rwy0717 +/port/ @charliegracie @youngar @rwy0717 @babsingh # Thread Library -/thread/ @charliegracie @youngar @rwy0717 +/thread/ @charliegracie @youngar @rwy0717 @babsingh # OMR Core Utilities -/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @rwy0717 +/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @rwy0717 @babsingh # Tril and Testing /fvtest/tril/ @Leonardo2718 @fjeremic @0xdaryl