Skip to content

Commit

Permalink
[mono][interp] Add @kotlarmilos as code owner (dotnet#81209)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrzVlad committed Jan 27, 2023
1 parent acc409e commit 35e72a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"area-Codegen-Interpreter-mono"
],
"mentionees": [
"brzvlad"
"brzvlad",
"kotlarmilos"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 35e72a1

Please sign in to comment.