This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch further-branches-protection in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit ff4bfaa822b1a7cfba89b13b97d6732262ab5a3a Author: Arrigo Marchiori <[email protected]> AuthorDate: Sun May 17 10:53:35 2026 +0200 Also protect AOO41X and AOO42X --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index ab59476305..4eebbe1319 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -7,6 +7,8 @@ github: - "~DEFAULT_BRANCH" - "release/*" - "rel/*" + - "AOO41X" + - "AOO42X" excludes: [] bypass_teams: - root
