I'm picking this up and facing an issue with _protected branches_ when trying to cherry-pick #13624 into `v0.11.0` - any idea how to solve that?
``` $ git push -f upstream v0.11.0 Enumerating objects: 42, done. Counting objects: 100% (42/42), done. Delta compression using up to 8 threads Compressing objects: 100% (19/19), done. Writing objects: 100% (23/23), 3.97 KiB | 1.32 MiB/s, done. Total 23 (delta 18), reused 5 (delta 4), pack-reused 0 remote: Resolving deltas: 100% (18/18), completed with 18 local objects. remote: error: GH006: Protected branch update failed for refs/heads/v0.11.0. remote: error: At least 1 approving review is required by reviewers with write access. Commits must have valid signatures. To github.com:apache/tvm.git ! [remote rejected] v0.11.0 -> v0.11.0 (protected branch hook declined) error: failed to push some refs to 'github.com:apache/tvm.git' $ git push --delete upstream v0.11.0 remote: error: GH006: Protected branch update failed for refs/heads/v0.11.0. remote: error: Cannot delete this protected branch To github.com:apache/tvm.git ! [remote rejected] v0.11.0 (protected branch hook declined) error: failed to push some refs to 'github.com:apache/tvm.git' ``` cc @driazati -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/13586#issuecomment-1396925985 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/13586/1396925...@github.com>