areusch commented on issue #13586: URL: https://github.com/apache/tvm/issues/13586#issuecomment-1416150983
okay, traced this down with the help of asf infra. it appears we tried to configure this in `.asf.yaml` last Oct, but GH API didn't support configuring branch patterns. @driazati filed a [ticket](https://issues.apache.org/jira/browse/INFRA-23834) about this and they manually configured it for us. there do exist some `.asf.yaml` in `fix_typo` and `alter/fix_gpu_other_build` branches with the pattern indicated, but this is a red herring as according to asf infra, branch protection is only configured from canonical branches - that means: - master - main - your default branch it seems like the problem here is most likely the requirement of code review on those branches. shall we ask ASF infra to remove that requirement and see if that allows us to cherry-pick existing commits? we would need to probably add something about only pushing reviewed commits in that case; also need to address how to verify CI as well, but likely that's not much change from present as you'd want to look at the post-merge build. -- 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]
