From 38c802d61e523e8468568e3f3557fbbebfa9f100 Mon Sep 17 00:00:00 2001 From: Toddy Mladenov Date: Thu, 11 Jan 2024 13:23:19 -0800 Subject: [PATCH 1/2] Updated MAINTAINERS added CODEOWNERS files Signed-off-by: Toddy Mladenov --- CODEOWNERS | 3 +++ MAINTAINERS | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..10458644b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# Owners (in alphabetical order) +# Note: This is only for the notaryproject/notary repo and includes the Org level maintainers +* @hukeping @jonnystoten @justincormack @niazfk @priteshbandi @shizhMSFT @stevelasker @toddysm \ No newline at end of file diff --git a/MAINTAINERS b/MAINTAINERS index 4650dadef..30ad05f5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12,6 +12,9 @@ "justincormack", "niazfk", "stevelasker", + "priteshbandi", + "shiweizhang", + "toddymladenov" ] [Org."Notary maintainers"] @@ -70,3 +73,18 @@ Name = "Jonny Stoten" Email = "jonny.stoten@docker.com" GitHub = "jonnystoten" + + [people.priteshbandi] + Name = "Pritesh Bandi" + Email = "priteshbandi@gmail.com" + GitHub = "priteshbandi" + + [people.shiweizhang] + Name = "Shiwei Zhang" + Email = "shizh@microsoft.com" + GitHub = "shizhMSFT" + + [people.toddymladenov] + Name = "Toddy Mladenov" + Email = "toddysm@gmail.com" + GitHub = "toddysm" From a3ebbb6878e2b37979a55a6d4b6ac69954e11378 Mon Sep 17 00:00:00 2001 From: Toddy Mladenov Date: Wed, 3 Apr 2024 16:11:11 -0700 Subject: [PATCH 2/2] Updated org maintainers Signed-off-by: Toddy Mladenov --- CODEOWNERS | 2 +- MAINTAINERS | 39 +++++++++++++-------------------------- MAINTAINERS.ALUMNI | 12 ++++++++++++ 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 10458644b..ec8954cad 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # Owners (in alphabetical order) # Note: This is only for the notaryproject/notary repo and includes the Org level maintainers -* @hukeping @jonnystoten @justincormack @niazfk @priteshbandi @shizhMSFT @stevelasker @toddysm \ No newline at end of file +* @hukeping @jonnystoten @niazfk @priteshbandi @shizhMSFT @toddysm @vaninrao10 @yizha1 \ No newline at end of file diff --git a/MAINTAINERS b/MAINTAINERS index 30ad05f5a..2d07054a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9,12 +9,12 @@ [Org] [Org."Org maintainers"] people = [ - "justincormack", "niazfk", - "stevelasker", "priteshbandi", "shiweizhang", - "toddymladenov" + "toddymladenov", + "vaninrao", + "yizha" ] [Org."Notary maintainers"] @@ -23,19 +23,6 @@ "justincormack", "jonnystoten" ] - - [Org."Notation maintainers"] - people = [ - "justincormack", - "niazfk", - "stevelasker", - ] - - [Org."TUF maintainers"] - people = [ - "justincormack", - "mnm678", - ] [people] # A reference list of all people associated with the project. @@ -49,11 +36,6 @@ Email = "hukeping@huawei.com" GitHub = "hukeping" - [people.justincormack] - Name = "Justin Cormack" - Email = "justin.cormack@docker.com" - GitHub = "justincormack" - [people.mnm678] Name = "Marina Moore" Email = "mm9693@nyu.edu" @@ -64,11 +46,6 @@ Email = "niazfk@amazon.com" GitHub = "niazfk" - [people.stevelasker] - Name = "Steve Lasker" - Email = "Steve.Lasker@microsoft.com" - GitHub = "stevelasker" - [people.jonnystoten] Name = "Jonny Stoten" Email = "jonny.stoten@docker.com" @@ -88,3 +65,13 @@ Name = "Toddy Mladenov" Email = "toddysm@gmail.com" GitHub = "toddysm" + + [people.vaninrao] + Name = "Vani Rao" + Email = "vaninrao@amazon.com" + GitHub = "vaninrao10" + + [people.vaninrao] + Name = "Vani Rao" + Email = "vaninrao@amazon.com" + GitHub = "vaninrao10" diff --git a/MAINTAINERS.ALUMNI b/MAINTAINERS.ALUMNI index 77e7ea6b1..ff4e133c0 100644 --- a/MAINTAINERS.ALUMNI +++ b/MAINTAINERS.ALUMNI @@ -14,8 +14,10 @@ "dmcgowan", "endophage", "ecordell", + "justincormack" "nathanmccauley", "riyazdf", + "stevelasker" ] [people] @@ -47,6 +49,11 @@ Email = "evan.cordell@coreos.com" GitHub = "ecordell" + [people.justincormack] + Name = "Justin Cormack" + Email = "justin.cormack@docker.com" + GitHub = "justincormack" + [people.nathanmccauley] Name = "Nathan McCauley" Email = "nathan.mccauley@docker.com" @@ -56,3 +63,8 @@ Name = "Riyaz Faizullabhoy" Email = "riyazdf@berkeley.edu" GitHub = "riyazdf" + + [people.stevelasker] + Name = "Steve Lasker" + Email = "Steve.Lasker@microsoft.com" + GitHub = "stevelasker"