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

gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ef180bafc6bf chore: enable JIRA autolink in GitHub via .asf.yaml 
(#21942)
ef180bafc6bf is described below

commit ef180bafc6bf7c455c74eed64ed757a9cc85317d
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Mar 11 20:57:00 2026 +0100

    chore: enable JIRA autolink in GitHub via .asf.yaml (#21942)
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 87677898ccb6..fe21ffac3804 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,7 +26,9 @@ github:
     - java
   dependabot_alerts:  true
   dependabot_updates: true
-  
+  autolink_jira:
+    - CAMEL
+
   protected_branches:
     # protect main against force push
     main: {}

Reply via email to