diff options
| author | 2020-12-16 20:03:31 +0300 | |
|---|---|---|
| committer | 2020-12-16 20:04:37 +0300 | |
| commit | 44b58ac987ad7bed0272e26d814def5d4a1f44d7 (patch) | |
| tree | 900ccf6344b95e4ec7ce4a791293802fe3561347 /.github | |
| parent | Adds Cross-Env (diff) | |
| parent | Add jb3 codeowner request for CI and API (diff) | |
Merge remote-tracking branch 'origin/main' into add-cross-env
# Conflicts:
# yarn.lock
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 6 |
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 |