Add Reiley as approver instead of Triager (#899)

* Add Reiley as approver instead of Triager

* harmless change to trigger CI
This commit is contained in:
Cijo Thomas 2020-07-23 11:21:54 -07:00 committed by GitHub
parent ae3748f1f5
commit b6df53854a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
namespace OpenTelemetry.Metrics
{
/// <summary>
/// Blank or no-op labelset.
/// Blank or No-op labelset.
/// </summary>
public sealed class BlankLabelSet : LabelSet
{