diff options
author | Miguel Sempere <msempere@users.noreply.github.com> | 2023-04-21 08:15:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 09:15:31 +0200 |
commit | 5d3e86e2a48adf7a308773f8f1b725d187c7c5ef (patch) | |
tree | 8c1215bbe89bf4755b1c875c7655bf8c221cef91 /.github/CODEOWNERS | |
parent | 07454029bd67239ce42aaa68b427fbbe8e428e7d (diff) | |
download | zsh-5d3e86e2a48adf7a308773f8f1b725d187c7c5ef.tar.gz zsh-5d3e86e2a48adf7a308773f8f1b725d187c7c5ef.tar.bz2 zsh-5d3e86e2a48adf7a308773f8f1b725d187c7c5ef.zip |
feat(dbt): create plugin (#11635)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 599b765ca..0c5f3acee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,3 +10,4 @@ plugins/universalarchive/ @Konfekt plugins/wp-cli/ @joshmedeski plugins/zoxide/ @ajeetdsouza plugins/starship/ @axieax +plugins/dbt/ @msempere |