chore: add famfo to CODEOWNERS for federation code (#10706)

I'd like to add myself to the CODEOWNERS for federation code, partly out of personal interest and partly because ActivityPub is easy to hold the wrong way and I unfortunately know a thing or two about this mess by now.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10706
Reviewed-by: Beowulf <beowulf@beocode.eu>
Co-authored-by: famfo <famfo@famfo.xyz>
Co-committed-by: famfo <famfo@famfo.xyz>
This commit is contained in:
famfo 2026-01-05 19:35:33 +01:00 committed by Beowulf
commit d7d7b457e1

View file

@ -51,3 +51,12 @@ modules/structs/.* @Cyborus
routers/api/v1/.* @Cyborus
routers/api/forgejo/.* @Cyborus
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