NO-JIRA: fix .asf.yaml invalid GitHub labels

```
An error occurred while running github feature in .asf.yaml!:
.asf.yaml: Invalid GitHub label 'Apache' - must be lowercase alphanumerical and <= 35 characters!
```
This commit is contained in:
Jiří Daněk 2020-01-15 20:53:17 +01:00 committed by Clebert Suconic
parent 5dbce95431
commit 171a7f57fc
1 changed files with 12 additions and 11 deletions

View File

@ -18,18 +18,19 @@ github:
description: "Mirror of Apache ActiveMQ Artemis" description: "Mirror of Apache ActiveMQ Artemis"
homepage: https://activemq.apache.org/components/artemis homepage: https://activemq.apache.org/components/artemis
labels: labels:
- Apache - apache
- ActiveMQ - activemq
- activemq-artemis
- messaging - messaging
- broker - broker
- AMQP - amqp
- AMQPS - amqps
- AMQP10 - amqp10
- OpenWire - openwire
- MQTT - mqtt
- STOMP - stomp
- HornetQ - hornetq
- Java - java
- JMS - jms