aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5b7fe66..2f0a50a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,2 +1,6 @@
# Request joe for all PRs.
-* @jb3
+* @jb3
+
+# Request ks129 for CI and API related PRs.
+.github/workflows/** @ks129 @jb3
+src/api/** @ks129 @jb3