From b6df53854a1315a9eddb77867ea0a3dce800ed61 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Thu, 23 Jul 2020 11:21:54 -0700 Subject: [PATCH] Add Reiley as approver instead of Triager (#899) * Add Reiley as approver instead of Triager * harmless change to trigger CI --- README.md | 3 --- src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c27dae80a..06e22bd25 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,6 @@ Approvers * [Christoph Neumueller](https://github.com/discostu105), Dynatrace * [Liudmila Molkova](https://github.com/lmolkova), Microsoft * [Paulo Janotti](https://github.com/pjanotti), Splunk - -Triagers: - * [Reiley Yang](https://github.com/reyang), Microsoft *Find more about the approver role in [community diff --git a/src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs b/src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs index c7c56b767..9e5b08bc5 100644 --- a/src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs +++ b/src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs @@ -17,7 +17,7 @@ namespace OpenTelemetry.Metrics { /// - /// Blank or no-op labelset. + /// Blank or No-op labelset. /// public sealed class BlankLabelSet : LabelSet {