From 9695688b806f6736787975265c9bdc56fb258453 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Fri, 12 May 2023 12:34:44 -0500 Subject: [PATCH] Add myself to codeowners for PR reviews --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c724a5e..b1e73d96 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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