From e0ee0bde5318c7ad1c56d411a0fde232dd76eb4d Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 22 Jul 2019 14:21:20 -0700 Subject: [PATCH] Add CODEOWNERS. --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..6c724a5e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# https://help.github.com/en/articles/about-code-owners + +# Absolute paths match from root of the repository. Relative paths match anywhere +# 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 + +# Order is important: the last matching pattern overrides all the preceding ones. +/src/ptvsd/_vendored/pydevd/ @fabioz