loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CODEOWNERS: add more reviewers (#3054)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3054
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: oliverpool <git@olivier.pfad.fr>
Co-committed-by: oliverpool <git@olivier.pfad.fr>

authored by

oliverpool
oliverpool
and committed by
oliverpool
38ec6d90 11fd8d51

+6
+6
CODEOWNERS
··· 30 30 # of how Forgejo comes together. It's tedious to write good integration testing 31 31 # for code that lives in here. 32 32 routers/.* @dachary @earl-warren @gusted 33 + 34 + # Let new strings be checked by the translation team. 35 + options/locale/locale_en-US.ini @0ko 36 + 37 + # Personal interest 38 + .*/webhook.* @oliverpool