From 35e72a1c8cd819caa1a2207c5aa08daa0ecd74cf Mon Sep 17 00:00:00 2001 From: Vlad Brezae Date: Fri, 27 Jan 2023 10:22:39 +0200 Subject: [PATCH] [mono][interp] Add @kotlarmilos as code owner (#81209) --- .github/CODEOWNERS | 2 +- .github/fabricbot.json | 3 ++- docs/area-owners.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c238be5..09a0769 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -45,7 +45,7 @@ /src/mono/mono/mini/*riscv* @vargaz @lambdageek /src/mono/mono/mini/*type-check* @lambdageek /src/mono/mono/mini/debugger-agent.c @vargaz @thaystg @lambdageek -/src/mono/mono/mini/interp/* @BrzVlad @vargaz +/src/mono/mono/mini/interp/* @BrzVlad @vargaz @kotlarmilos /src/mono/mono/profiler @BrzVlad @lambdageek /src/mono/mono/sgen @BrzVlad @lambdageek @naricc diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 5f1c461..d10bb20 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -95,7 +95,8 @@ "area-Codegen-Interpreter-mono" ], "mentionees": [ - "brzvlad" + "brzvlad", + "kotlarmilos" ] }, { diff --git a/docs/area-owners.md b/docs/area-owners.md index b9d03f1..986fe637 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -14,7 +14,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s | area-Codeflow | @dotnet/dnr-codeflow | @dotnet/dnr-codeflow | Used for automated PRs that ingest code from other repos | | area-Codegen-AOT-mono | @SamMonoRT | @vargaz | | | area-CodeGen-coreclr | @JulieLeeMSFT | @BruceForstall @dotnet/jit-contrib | | -| area-Codegen-Interpreter-mono | @SamMonoRT | @BrzVlad | | +| area-Codegen-Interpreter-mono | @SamMonoRT | @BrzVlad @kotlarmilos | | | area-Codegen-JIT-mono | @SamMonoRT | @vargaz | | | area-Codegen-LLVM-mono | @SamMonoRT | @vargaz | | | area-Codegen-meta-mono | @SamMonoRT | @vargaz | | -- 2.7.4