From 78a0137bd0d6b73fda7aab48f572a2ac301861de Mon Sep 17 00:00:00 2001 From: Marvin Beckers Date: Fri, 7 Nov 2025 14:28:10 +0100 Subject: [PATCH] Order maintainers alphabetically by GitHub handle Signed-off-by: Marvin Beckers --- MAINTAINERS.md | 8 ++++---- OWNERS | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0721e83910b..dccfaa8990f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -5,13 +5,13 @@ The table below lists all current maintainers for the kcp project as defined by | Name | GitHub Handle | Domains of reponsibility | Affiliation | | --------------------- | ------------------------------------------------ | -------------------------------------------------------------- | --------------------------- | | Andy Anderson | [@clubanderson](https://github.com/clubanderson) | Governance | IBM | -| Sebastian Scheele | [@scheeles](https://github.com/scheeles) | Governance | Kubermatic | -| Dr. Stefan Schimanski | [@sttts](https://github.com/sttts) | Governance, kcp core | NVIDIA | -| Christoph Mewes | [@xrstf](https://github.com/xrstf) | kcp core, API Syncagent kcp-operator, infrastructure | Kubermatic | -| Mangirdas Judeikis | [@mjudeikis](https://github.com/mjudeikis) | kcp core | Upbound | | Marvin Beckers | [@embik](https://github.com/embik) | kcp core, kcp-operator, multicluster-provider, infrastructure | Kubermatic | +| Mangirdas Judeikis | [@mjudeikis](https://github.com/mjudeikis) | kcp core | Upbound | | Nelo-T. Wallus | [@ntnn](https://github.com/ntnn) | kcp core | SAP | +| Sebastian Scheele | [@scheeles](https://github.com/scheeles) | Governance | Kubermatic | +| Dr. Stefan Schimanski | [@sttts](https://github.com/sttts) | Governance, kcp core | NVIDIA | | Marko Mudrinić | [@xmudrii](https://github.com/xmudrii) | kcp core | Kubermatic | +| Christoph Mewes | [@xrstf](https://github.com/xrstf) | kcp core, API Syncagent kcp-operator, infrastructure | Kubermatic | ## Emeritus Maintainers diff --git a/OWNERS b/OWNERS index 092a82d92ce..2701c229e74 100644 --- a/OWNERS +++ b/OWNERS @@ -1,9 +1,9 @@ approvers: - clubanderson -- scheeles -- sttts -- xrstf -- mjudeikis - embik +- mjudeikis - ntnn +- scheeles +- sttts - xmudrii +- xrstf