From 3000f0e837b14691de0b11b8c23d10386e60176d Mon Sep 17 00:00:00 2001 From: Mythreya Kuricheti Date: Fri, 10 Oct 2025 14:29:17 -0700 Subject: [PATCH] [rocprofiler-sdk] Add codeowner for `api-trace.h` (#1933) --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 35c9980637..c0254383b6 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,3 +3,5 @@ docs/ @ROCm/rocm-documentation *.md @ROCm/rocm-documentation *.rst @ROCm/rocm-documentation .readthedocs.yaml @ROCm/rocm-documentation + +src/include/api_trace.h @mythreyak