forked from mirrors/forgejo
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:
parent
ea421cba4e
commit
d7d7b457e1
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue