From 25eb3f640ac7542dd9d91a1a49e8df771b92c6df Mon Sep 17 00:00:00 2001 From: Cyborus Date: Tue, 18 Nov 2025 23:19:39 +0100 Subject: [PATCH] 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 Co-authored-by: Cyborus Co-committed-by: Cyborus --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index fa332c6d71..4934331197 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -45,3 +45,9 @@ services/migrations/lint-locale-usage/.* @fogti # Personal interest .*/webhook.* @oliverpool + +# Often work with, and on, the API +modules/structs/.* @Cyborus +routers/api/v1/.* @Cyborus +routers/api/forgejo/.* @Cyborus +tests/integration/api_.* @Cyborus