Explorar o código

feat(github): add codeowner for nu completions

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens %!s(int64=2) %!d(string=hai) anos
pai
achega
960be040ce
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/CODEOWNERS

+ 3 - 0
.github/CODEOWNERS

@@ -42,3 +42,6 @@ xtests/* @cafkafk
 # Debian files
 devtools/deb-package.sh @gierens
 deb.asc @gierens
+
+# Nushell completions
+completions/nush/* @PThorpe92