-
Notifications
You must be signed in to change notification settings - Fork 363
Is it possible to enable Github Merge Queues for our Repos? #3559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @seemethere @ZainRizvi as some people who have permissions to do this |
Is pytorchbot enabled in this repo by any chance? That has a very similar effect where we can run pytorchbot merge and it'll merge as long as CI gets completed sometime in the next 6 hours |
@pytorchbot help |
❌ 🤖 pytorchbot command failed:
Try |
Seems like pytorchbot works here. Next time, try running |
Ok we will give it a try |
Is there instructions on the |
Also seeing this error: #3489 (comment) |
In Torch-TensorRT we have a bunch of platforms so CI takes a while waiting for runners. We would like to be able to approve a PR and have it merge once CI is complete, provided it is passing all tests. I believe Github Merge Queues (https://github.blog/engineering/engineering-principles/how-github-uses-merge-queue-to-ship-hundreds-of-changes-every-day/) supports this sort of workflow. Is it possible to use this feature or is there be some other way we can achieve this workflow?
The text was updated successfully, but these errors were encountered: