summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorDuc Nguyen <vietduc01100001@gmail.com>2020-10-09 17:35:13 +0700
committerGitHub <noreply@github.com>2020-10-09 12:35:13 +0200
commit8ad9b315a389c741d93aece3ed6eae6b6829f951 (patch)
tree7c1726214325e9fff7a98b6db71f1006d1b6fa96 /.github/CODEOWNERS
parent58ff4e1d2e6a81ea97a05b142c28a931a9924b70 (diff)
downloadzsh-8ad9b315a389c741d93aece3ed6eae6b6829f951.tar.gz
zsh-8ad9b315a389c741d93aece3ed6eae6b6829f951.tar.bz2
zsh-8ad9b315a389c741d93aece3ed6eae6b6829f951.zip
Add git-lfs plugin (#9077)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cba8e93af..c3990c4ee 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,4 @@
# Plugin owners
plugins/gitfast/ @felipec
plugins/sdk/ @rgoldberg
+plugins/git-lfs/ @vietduc01100001