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"
homepage: https://activemq.apache.org/components/artemis
labels:
- Apache
- ActiveMQ
- apache
- activemq
- activemq-artemis
- messaging
- broker
- AMQP
- AMQPS
- AMQP10
- OpenWire
- MQTT
- STOMP
- HornetQ
- amqp
- amqps
- amqp10
- openwire
- mqtt
- stomp
- hornetq
- Java
- JMS
- java
- jms