add myself to CODEOWNERS for the API (#10160)

I have been looking at this part of the codebase a lot lately, and have spent plenty of time using the API for a while now. I feel I have a good understand of it, and also have interest in keeping up with changes to it, so would like to be added as a `CODEOWNER` for it. :)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10160
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Cyborus <cyborus@cyborus.xyz>
Co-committed-by: Cyborus <cyborus@cyborus.xyz>
This commit is contained in:
Cyborus 2025-11-18 23:19:39 +01:00 committed by Otto
parent 238ecfdeb8
commit 25eb3f640a

View file

@ -45,3 +45,9 @@ services/migrations/lint-locale-usage/.* @fogti
# Personal interest # Personal interest
.*/webhook.* @oliverpool .*/webhook.* @oliverpool
# Often work with, and on, the API
modules/structs/.* @Cyborus
routers/api/v1/.* @Cyborus
routers/api/forgejo/.* @Cyborus
tests/integration/api_.* @Cyborus