This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


The following commit(s) were added to refs/heads/master by this push:
     new 036123e  Support GitHub auto-linking to JIRA
036123e is described below

commit 036123e35f7a5460a20fe74174d2e954a1343a64
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Mar 23 08:31:31 2023 +0100

    Support GitHub auto-linking to JIRA
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index bd3d5f3..801b42a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,8 +12,13 @@ github:
     squash: true
     merge: false
     rebase: true
+  autolink_jira:
+    - DOXIATOOLS
+    - DOXIA
+    - MNGSITE
 notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
   jira_options: link label comment
+  
\ No newline at end of file

Reply via email to