mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-12-07 14:09:47 +00:00
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:
parent
238ecfdeb8
commit
25eb3f640a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue