This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 825c76a Fix invalid Github label in .asf.yaml (#35)
825c76a is described below
commit 825c76ace5d424fb8fa8c6ada1ef7c3dc48dc36c
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Apr 13 00:21:11 2020 -0700
Fix invalid Github label in .asf.yaml (#35)
*Motivation*
Fix error `Invalid GitHub label '.NET' - must be lowercase alphanumerical
and <= 35 characters!`
---
.asf.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 75d67ba..7f8fedd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,8 +27,7 @@ github:
- streaming
- queuing
- event-streaming
- - .NET
- - C#
+ - dotnet
features:
# Enable wiki for documentation
wiki: true