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:
parent
5dbce95431
commit
171a7f57fc
23
.asf.yaml
23
.asf.yaml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue