From 6f68e461855df4d7869eceb2b2468656c60301d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Thu, 7 Nov 2024 14:41:11 +0000 Subject: [PATCH] Autolink CASSGO JIRA issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autolink JIRA issues is enabled for the CASSANDRA project but not the new CASSGO project. This patch enables autolink for CASSGO issues while keeping the autolink for CASSANDRA issues since there's existing commits that reference them (and for potential future tickets that overlap between both projects). Patch by João Reis; Reviewed by Mick Semb Wever for CASSGO-31 --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index a844f3dc1..41b696418 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,3 +34,4 @@ github: projects: false autolink_jira: - CASSANDRA + - CASSGO