diff options
author | James McCoy <jamessan@jamessan.com> | 2022-01-03 14:50:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 14:50:40 -0500 |
commit | 1036ca846e172674105afc36c336493c3d9cc3a7 (patch) | |
tree | 312120a6127dee82aa3d18766b6fa2feb96a6241 | |
parent | e40210391102bd82adb820959f57675a9d89346d (diff) | |
parent | b402cd3315f1e5fc15c1671e7a5a7345211d18e9 (diff) | |
download | rneovim-1036ca846e172674105afc36c336493c3d9cc3a7.tar.gz rneovim-1036ca846e172674105afc36c336493c3d9cc3a7.tar.bz2 rneovim-1036ca846e172674105afc36c336493c3d9cc3a7.zip |
Merge pull request #16901 from dundargoc/ci/add-codeowners
ci: add jamessan as codeowner for ci related files
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..7d41c17894 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +/.github/ @jamessan +/ci/ @jamessan +/scripts/ @jamessan |