uschindler commented on issue #15264: URL: https://github.com/apache/lucene/issues/15264#issuecomment-3352789537
I think we can do that in `.asf.yaml`: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection This must have been lost during some updates of that file. We should generally protect `main` branch and all branches named `branch_*`: ``` github: protected_branches: - main - 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]
