diff options
author | Joe Chen <jc@unknwon.io> | 2023-11-17 19:20:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 19:20:20 -0500 |
commit | 1c711bc8d44ab283ba3b961dcb6ce7089f309d50 (patch) | |
tree | 371cbb3289d9729e2753c5aa06fafe1f55fb2a26 /.github/CODEOWNERS | |
parent | 31a0964e124e7e370fd8091f4a367e52e35a692c (diff) |
chore: move CODEOWNERS to `.github/`
[skip ci]
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..fe717420 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default +* @unknwon |