From 2c75c4a2ce408497a26cde43c430a0bd209704e7 Mon Sep 17 00:00:00 2001 From: Juan Escalada Date: Wed, 4 Feb 2026 17:50:15 +0900 Subject: [PATCH 1/3] chore: add CODEOWNERS with basic setup --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f64933b70 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +* @finos/git-proxy-maintainers + +/plugins/ @coopernetes + +/src/service/passport @jescalada + +/src/service/passport/activeDirectory.ts @06kellyjac @kriswest + +/src/service/passport/ldahelper.ts @06kellyjac @kriswest + +/src/ui/ @jescalada From 799473782e3c3ba7b69a9d23708d2645cd8f4eee Mon Sep 17 00:00:00 2001 From: Kris West Date: Mon, 9 Feb 2026 17:44:56 +0000 Subject: [PATCH 2/3] Update CODEOWNERS to use maintainers as default throughout + add kriswest Signed-off-by: Kris West --- .github/CODEOWNERS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f64933b70..129ec1874 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,17 @@ +# Default — maintainers own everything * @finos/git-proxy-maintainers -/plugins/ @coopernetes +# Sub-areas (must ALSO include maintainers!) +/plugins/ @finos/git-proxy-maintainers @coopernetes -/src/service/passport @jescalada +/src/proxy/processors @finos/git-proxy-maintainers @kriswest @grovesy -/src/service/passport/activeDirectory.ts @06kellyjac @kriswest +/src/service/passport @finos/git-proxy-maintainers @jescalada +/src/service/passport/activeDirectory.ts @finos/git-proxy-maintainers @06kellyjac @kriswest +/src/service/passport/ldaphelper.ts @finos/git-proxy-maintainers @06kellyjac @kriswest -/src/service/passport/ldahelper.ts @06kellyjac @kriswest +/src/ui/ @finos/git-proxy-maintainers @jescalada @andypols @kriswest -/src/ui/ @jescalada +# Governance +.github/ @finos/git-proxy-maintainers @finos/finos-admins +.github/workflows/ @finos/git-proxy-maintainers @finos/finos-admins From 1430a12986977a40279ea0c6b554bcbd84d3c2df Mon Sep 17 00:00:00 2001 From: Kris West Date: Mon, 16 Feb 2026 18:26:23 +0000 Subject: [PATCH 3/3] Update CODEOWNERS Signed-off-by: Kris West --- .github/CODEOWNERS | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 129ec1874..bae536cc6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,17 +1,2 @@ # Default — maintainers own everything * @finos/git-proxy-maintainers - -# Sub-areas (must ALSO include maintainers!) -/plugins/ @finos/git-proxy-maintainers @coopernetes - -/src/proxy/processors @finos/git-proxy-maintainers @kriswest @grovesy - -/src/service/passport @finos/git-proxy-maintainers @jescalada -/src/service/passport/activeDirectory.ts @finos/git-proxy-maintainers @06kellyjac @kriswest -/src/service/passport/ldaphelper.ts @finos/git-proxy-maintainers @06kellyjac @kriswest - -/src/ui/ @finos/git-proxy-maintainers @jescalada @andypols @kriswest - -# Governance -.github/ @finos/git-proxy-maintainers @finos/finos-admins -.github/workflows/ @finos/git-proxy-maintainers @finos/finos-admins