From a963906d11a121c4d05fedf4657ef6e06eb708fe Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Thu, 23 Jan 2025 15:50:28 -0800 Subject: [PATCH] [chore] add internal/common to CODEOWNERS and part of selection --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + .github/ISSUE_TEMPLATE/other.yaml | 1 + .github/ISSUE_TEMPLATE/unmaintained.yaml | 1 + internal/common/metadata.yaml | 3 +++ 6 files changed, 8 insertions(+) create mode 100644 internal/common/metadata.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14c0208a3eba..09d8960b4a2f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -124,6 +124,7 @@ extension/sumologicextension/ @open-telemetry internal/aws/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia internal/collectd/ @open-telemetry/collector-contrib-approvers @atoulme +internal/common/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers internal/coreinternal/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers internal/docker/ @open-telemetry/collector-contrib-approvers @jamesmoessis @MovieStoreGuy internal/exp/metrics/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 95b022b70897..5299dabf9afc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -128,6 +128,7 @@ body: - extension/sumologic - internal/aws - internal/collectd + - internal/common - internal/core - internal/docker - internal/exp/metrics diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index acf39e99429e..06c1336e9a0b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -122,6 +122,7 @@ body: - extension/sumologic - internal/aws - internal/collectd + - internal/common - internal/core - internal/docker - internal/exp/metrics diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml index a99efb30d46b..1c9ea6392f8b 100644 --- a/.github/ISSUE_TEMPLATE/other.yaml +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -122,6 +122,7 @@ body: - extension/sumologic - internal/aws - internal/collectd + - internal/common - internal/core - internal/docker - internal/exp/metrics diff --git a/.github/ISSUE_TEMPLATE/unmaintained.yaml b/.github/ISSUE_TEMPLATE/unmaintained.yaml index c7148dc20c9a..d59bd4ffa7fb 100644 --- a/.github/ISSUE_TEMPLATE/unmaintained.yaml +++ b/.github/ISSUE_TEMPLATE/unmaintained.yaml @@ -127,6 +127,7 @@ body: - extension/sumologic - internal/aws - internal/collectd + - internal/common - internal/core - internal/docker - internal/exp/metrics diff --git a/internal/common/metadata.yaml b/internal/common/metadata.yaml new file mode 100644 index 000000000000..0fed4e8facdc --- /dev/null +++ b/internal/common/metadata.yaml @@ -0,0 +1,3 @@ +status: + codeowners: + active: [open-telemetry/collector-approvers]