From 07af26a41827c70178c8f1c5a96525815d32763a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:54:51 +0100 Subject: [PATCH] Add zecakeh as codeowner (#2400) Now that @zecakeh has write access to matrix-spec, they should be able to approve PRs for merging. Currently this isn't working, because they aren't listed in the CODEOWNERS file. --- .github/CODEOWNERS | 2 +- changelogs/internal/newsfragments/2400.clarification | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/internal/newsfragments/2400.clarification diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 164a2a04..ccd8f6b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @matrix-org/spec-core-team +* @matrix-org/spec-core-team @zecakeh diff --git a/changelogs/internal/newsfragments/2400.clarification b/changelogs/internal/newsfragments/2400.clarification new file mode 100644 index 00000000..fa52c139 --- /dev/null +++ b/changelogs/internal/newsfragments/2400.clarification @@ -0,0 +1 @@ +Update CODEOWNERS file.