This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch relax-release-branch-protection in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit cce83ab9cbe29443676860f85bf938c0b9534391 Author: Gregor Zurowski <[email protected]> AuthorDate: Wed Jul 1 20:05:36 2026 +0200 Don't protect release branches --- .asf.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3d56f2a5534..e2425767ff7 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,8 +40,6 @@ github: branches: includes: - "~DEFAULT_BRANCH" - - "release/*" - - "rel/*" - "camel-spring-boot-*" excludes: [] bypass_teams:
