From ea70fece4ff42b3c8821d958ca458e03fb925b8f Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 17 Jun 2020 00:39:52 -0700 Subject: [PATCH] update codeowners file (#734) Co-authored-by: Cijo Thomas --- .github/CODEOWNERS | 5 +++++ CODEOWNERS | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f7f7994f0 --- /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/dotnet-approvers diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 0fbbd0605..000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,17 +0,0 @@ -##################################################### -# -# List of approvers for OpenTelemetry .NET SDK -# -##################################################### -# -# Learn about membership in OpenTelemetry community: -# https://github.com/open-telemetry/community/blob/master/community-membership.md -# -# -# Learn about CODEOWNERS file format: -# https://help.github.com/en/articles/about-code-owners -# - -* @bruno-garcia @cijothomas @CodeBlanch @discostu105 @lmolkova @MikeGoldsmith @pjanotti @SergeyKanzhelev - -# Triagers (issues only): @reyang