From 171a7f57fc7e43849ee32555394e3f2cf8d05b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Dan=C4=9Bk?= Date: Wed, 15 Jan 2020 20:53:17 +0100 Subject: [PATCH] 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! ``` --- .asf.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 5f4cfd3f61..d399247282 100644 --- a/.asf.yaml +++ b/.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