diff options
author | 2020-12-16 17:54:20 +0200 | |
---|---|---|
committer | 2020-12-16 17:54:20 +0200 | |
commit | 1d4679d3a030df6806e0b19897bc91674613be9a (patch) | |
tree | f4c0dcbf3f7e3b9c25bc57b9e3620b219ca02a5e | |
parent | Merge pull request #42 from python-discord/renovate/sentry-monorepo (diff) |
Add codeowner entries for ks129
-rw-r--r-- | .github/CODEOWNERS | 6 |
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 |