From 714096923918183f3ab4e11973156551dc5559f7 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Tue, 21 Nov 2023 12:17:12 -0500 Subject: [PATCH] chore: update MAINTAINERS and remove CODEOWNERS (#3188) Update `MAINTAINERS` with the current folks, adn remove the `CODEOWNERS` file entirely -- it's not really helpful here, as this project isn't big enough to have multiple subsections with different maintainers/owners. Signed-off-by: Milas Bowman --- .github/CODEOWNERS | 6 ------ MAINTAINERS | 16 ++++++++++++++-- 2 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 5df301493..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,6 +0,0 @@ -# GitHub code owners -# See https://help.github.com/articles/about-codeowners/ -# -# KEEP THIS FILE SORTED. Order is important. Last match takes precedence. - -* @aiordache @ulyssessouza diff --git a/MAINTAINERS b/MAINTAINERS index b74cb28fd..96ba4752e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11,17 +11,19 @@ [Org] [Org."Core maintainers"] people = [ - "aiordache", - "ulyssessouza", + "glours", + "milas", ] [Org.Alumni] people = [ + "aiordache", "aanand", "bfirsh", "dnephin", "mnowster", "mpetazzoni", "shin-", + "ulyssessouza", ] [people] @@ -52,6 +54,16 @@ Email = "dnephin@gmail.com" GitHub = "dnephin" + [people.glours] + Name = "Guillaume Lours" + Email = "705411+glours@users.noreply.github.com" + GitHub = "glours" + + [people.milas] + Name = "Milas Bowman" + Email = "devnull@milas.dev" + GitHub = "milas" + [people.mnowster] Name = "Mazz Mosley" Email = "mazz@houseofmnowster.com"