This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch chore/asf-yaml-autolink-jira in repository https://gitbox.apache.org/repos/asf/camel.git
commit c793993532a4bcd29e8d27fbe229c8d672582ba0 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Mar 11 20:22:11 2026 +0100 chore: enable JIRA autolink in GitHub via .asf.yaml 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: {}
