From 5f9745978af961ae6bf6fff98cee8b484efdfae6 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Sun, 31 May 2026 14:42:17 +0200 Subject: [PATCH] chore: update codeowners (#12844) Make my frontend entry more scoped. I hope that having my notifications not overflowing could allow me to handle reviews more efficiently. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12844 Reviewed-by: Gusted --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c2459d4ab9..78e5438fd3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,7 +10,7 @@ # Javascript and CSS code. web_src/.* @beowulf @gusted -web_src/css/.* @0ko +web_src/css/modules/.* @0ko # HTML templates used by the backend. templates/.* @beowulf @gusted