From 69e8298790e73c6536e7244ec82152886b248eef Mon Sep 17 00:00:00 2001 From: Anson Qian Date: Fri, 10 Jan 2025 11:12:37 -0500 Subject: [PATCH] add code owner for CNI test cases (#465) This pull request includes a small change to the `CODEOWNERS` file. The change assigns ownership of specific files to a new team member. Ownership changes in `CODEOWNERS`: * Added `@jshr-w` as the owner of files in `pipelines/perf-eval/CNI Benchmark/*` and `scenarios/perf-eval/cilium*`. --- CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3a9401610..2cb368521 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,3 @@ -* @alyssa1303 @anson627 @sumanthreddy29 @rafael-mendes-pereira \ No newline at end of file +* @alyssa1303 @anson627 @sumanthreddy29 @rafael-mendes-pereira +pipelines/perf-eval/CNI\ Benchmark/ @jshr-w +scenarios/perf-eval/*cilium* @jshr-w \ No newline at end of file