uschindler commented on code in PR #15265:
URL: https://github.com/apache/lucene/pull/15265#discussion_r2392090736
##########
.asf.yaml:
##########
@@ -22,6 +22,16 @@ github:
issues: true
projects: false
+protected_branches:
+ main: {}
+ branch_10x: {}
+ branch_9x: {}
Review Comment:
we should add all older `branch_*` branches (maybe export the list from
github) and in parallel ask infra how to setup this with a glob.
Maybe it works like:
```
protected_branches:
"branch_*": {}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]