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. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/13586#issuecomment-1416150983 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/13586/1416150...@github.com>