From 534e4e68ac51064e7f977279d9fc1984422c43bd Mon Sep 17 00:00:00 2001 From: elle <0xllx0@noreply.codeberg.org> Date: Fri, 9 Jan 2026 23:53:06 +0100 Subject: [PATCH] chore: add @0xllx0 to federation codeowners (#10716) Adds @0xllx0 as a maintainer + point-of-contact in the `CODEOWNERS` file for federation-related code. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10716 Reviewed-by: Gusted Co-authored-by: elle <0xllx0@noreply.codeberg.org> Co-committed-by: elle <0xllx0@noreply.codeberg.org> --- CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bb6f0578c2..c2459d4ab9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -54,9 +54,9 @@ tests/integration/api_.* @Cyborus # Federation code, requires care to be taken with regards to interoperability # and backwards compatibility due to the way signatures work. -services/federation/.* @famfo -modules/forgefed/.* @famfo -models/forgefed/.* @famfo -routers/api/v1/activitypub/.* @famfo -tests/integration/api_activitypub_.* @famfo -tests/integration/activitypub_.* @famfo +services/federation/.* @famfo @0xllx0 +modules/forgefed/.* @famfo @0xllx0 +models/forgefed/.* @famfo @0xllx0 +routers/api/v1/activitypub/.* @famfo @0xllx0 +tests/integration/api_activitypub_.* @famfo @0xllx0 +tests/integration/activitypub_.* @famfo @0xllx0