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

acosentino pushed a commit to branch main-protect-force-push
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7f546f796170b5c775c1e94aa16e330528c3ee6d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jan 19 12:50:19 2026 +0100

    Protect main from force push
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 97a0e049a243..724eb48c22ea 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,5 +26,10 @@ github:
     - java
   dependabot_alerts:  true
   dependabot_updates: true
+  
+  protected_branches:
+  # protect main against force push
+  main: {}
+  
 notifications:
   pullrequests: [email protected]

Reply via email to