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"
|
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
|
||||||
|
|
Loading…
Reference in New Issue