Explorar el Código

feat(github): add codeowner for nu completions

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens hace 2 años
padre
commit
960be040ce
Se han modificado 1 ficheros con 3 adiciones y 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