This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new f92bdc34bd Also protect AOO41X and AOO42X (#482)
f92bdc34bd is described below
commit f92bdc34bd4261eed3e87e904069839e706cc272
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Sun Jun 7 18:48:43 2026 +0200
Also protect AOO41X and AOO42X (#482)
They are our release branches and thus they are worth the extra protection.
---
.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