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?