CODEOWNERS: add @attfarhan as saved searches webapp owner (#3668)

This commit is contained in:
Farhan Attamimi 2019-04-29 11:10:00 -07:00 committed by GitHub
parent 410640bae8
commit d562da5f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/CODEOWNERS vendored
View File

@ -26,6 +26,14 @@
*/search/**/* @sourcegraph/code-search
/cmd/searcher/ @sourcegraph/code-search
# Saved searches
/web/src/SavedQuery.tsx @attfarhan
/web/src/SavedQueries.tsx @attfarhan
/web/src/SavedQueryCreateForm.tsx @attfarhan
/web/src/SavedQueryUpdateForm.tsx @attfarhan
/web/src/SavedQueryForm.tsx @attfarhan
/web/src/SavedQueryRow.tsx @attfarhan
# Deployment
Dockerfile @ggilmore