aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5b7fe66..ccc7039 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
+src/api/** @ks129