Merge pull request #1290 from microsoft/modify_codeowners

This commit is contained in:
Adam Yoblick 2023-05-12 15:40:30 -05:00 committed by GitHub
commit 4821077d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View file

@ -4,7 +4,7 @@
# in the repository, i.e. bar/baz will match /bar/baz and /foo/bar/baz.
# The default owners for everything that is not overridden by specific patterns below.
* @int19h @karthiknadig
* @int19h @karthiknadig @AdamYoblick
# Order is important: the last matching pattern overrides all the preceding ones.
/src/ptvsd/_vendored/pydevd/ @fabioz