summaryrefslogtreecommitdiffstats
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorGusted <postmaster@gusted.xyz>2024-08-05 20:12:11 +0200
committerGusted <postmaster@gusted.xyz>2024-08-05 20:12:11 +0200
commit4d789163bcea1584187145828d7f0df7801b7dc6 (patch)
tree42d6221fe4df6de889179c32ab7bee5bdc15f70e /CODEOWNERS
parentMerge pull request 'Update module github.com/google/go-github/v57 to v63 (for... (diff)
downloadforgejo-4d789163bcea1584187145828d7f0df7801b7dc6.tar.xz
forgejo-4d789163bcea1584187145828d7f0df7801b7dc6.zip
Remove dachary from CODEOWNERS
I've asked dachary personally if this okay and he agreed.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS8
1 files changed, 4 insertions, 4 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index e30d2c42b4..4a74faa8a6 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -7,7 +7,7 @@
# Please mind the alphabetic order of reviewers.
# Files related to the CI of the Forgejo project.
-.forgejo/.* @dachary @earl-warren
+.forgejo/.* @earl-warren
# Files related to frontend development.
@@ -23,15 +23,15 @@ templates/repo/issue/view_content/sidebar.* @fnetx
# The modules usually don't require much knowledge about Forgejo and could
# be reviewed by Go developers.
-modules/.* @dachary @earl-warren @gusted
+modules/.* @earl-warren @gusted
# Models has code related to SQL queries, general database knowledge and XORM.
-models/.* @dachary @earl-warren @gusted
+models/.* @earl-warren @gusted
# The routers directory contains the most amount code that requires a good grasp
# of how Forgejo comes together. It's tedious to write good integration testing
# for code that lives in here.
-routers/.* @dachary @earl-warren @gusted
+routers/.* @earl-warren @gusted
# Let new strings be checked by the translation team.
options/locale/locale_en-US.ini @0ko