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 4a856e1e6893691b4621a020853f9e016a2c3e29 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 19 12:52:28 2026 +0100 Protect main from force push Signed-off-by: Andrea Cosentino <[email protected]> --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 724eb48c22ea..87677898ccb6 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,8 +28,8 @@ github: dependabot_updates: true protected_branches: - # protect main against force push - main: {} + # protect main against force push + main: {} notifications: pullrequests: [email protected]
