This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 38901841c54a3633cebd7ac4d4dd9dcf47354f8c 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]
