commit | 7f65a6dd3fcef5742ac3c5bf59957774a30785da | [log] [tgz] |
---|---|---|
author | Richard Levasseur <richardlev@gmail.com> | Wed Nov 02 11:19:57 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Nov 02 11:19:57 2022 -0700 |
tree | f7f9d253d2bb23592c56fd786295e8dfa027e731 | |
parent | f8945f469402476b9320e64c6fee0789f1f79abf [diff] [blame] |
Add hrfuller as code owner for pip_parse (#874)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a35be61..ed4bcf3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS
@@ -4,3 +4,6 @@ # Directory containing the Gazelle extension and Go code. /gazelle/ @f0rmiga + +# pip_parse related code +/python/pip_install/ @hrfuller