From e2ef5cbd4ab37cbada0e77b6861d1100bf3a5720 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 22 Jan 2025 18:01:26 -0800 Subject: [PATCH] Add CODEOWNERS file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..92482ea --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. + +# For anything not explicitly taken by someone else: +* @open-telemetry/go-compile-instrumentation-approvers