leandron commented on issue #13586:
URL: https://github.com/apache/tvm/issues/13586#issuecomment-1396925985

   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 


-- 
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]

Reply via email to