From 52fca8cc48610c7799f21167ce4c37aa3a8d5e17 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 26 Aug 2021 11:06:09 -0700 Subject: [PATCH] Create CODEOWNERS (#1) --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..8e2799b6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +##################################################### +# +# List of approvers for OpenTelemetry Collector Releases +# +##################################################### +# +# Learn about membership in OpenTelemetry community: +# https://github.com/open-telemetry/community/blob/main/community-membership.md +# +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +* @open-telemetry/collector-contrib-approvers