This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch update_committers_pmc in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 21fa13732b8e2e0d34795b8a8e682f4a6d4346e6 Author: Jed Cunningham <[email protected]> AuthorDate: Mon Oct 11 09:28:28 2021 -0600 Move Elad and Ephraim to PMC list; Add Brent to committers --- landing-pages/site/data/committers.json | 18 ++++++------------ landing-pages/site/data/pmc.json | 12 ++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json index 5e21826..fdc25e1 100644 --- a/landing-pages/site/data/committers.json +++ b/landing-pages/site/data/committers.json @@ -12,6 +12,12 @@ "nick": "BasPH" }, { + "name": "Brent Bovenzi", + "github": "https://github.com/bbovenzi", + "image": "https://github.com/bbovenzi.png", + "nick": "bbovenzi" + }, + { "name": "Chao-Han Tsai", "github": "https://github.com/milton0825", "image": "https://github.com/milton0825.png", @@ -24,18 +30,6 @@ "nick": "dstandish" }, { - "name": "Elad Kalif", - "github": "https://github.com/eladkal", - "image": "https://github.com/eladkal.png", - "nick": "eladkal" - }, - { - "name": "Ephraim Anierobi", - "github": "https://github.com/ephraimbuddy", - "image": "https://github.com/ephraimbuddy.png", - "nick": "ephraimbuddy" - }, - { "name": "Felix Uellendall", "github": "https://github.com/feluelle", "image": "https://github.com/feluelle.png", diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json index 599c81a..2a020bc 100644 --- a/landing-pages/site/data/pmc.json +++ b/landing-pages/site/data/pmc.json @@ -48,6 +48,18 @@ "nick": "davydov" }, { + "name": "Elad Kalif", + "github": "https://github.com/eladkal", + "image": "https://github.com/eladkal.png", + "nick": "eladkal" + }, + { + "name": "Ephraim Anierobi", + "github": "https://github.com/ephraimbuddy", + "image": "https://github.com/ephraimbuddy.png", + "nick": "ephraimbuddy" + }, + { "name": "Fokko Driesprong", "github": "https://github.com/fokko", "image": "https://github.com/fokko.png",
