Sandboxes are currently destroyed after merge, which prevents users having long-running sandboxes
What we need to do:
- Either: a) a sandbox has an option called "long lived", which means it is never destroyed on merge; or b) when merging a sandbox, there's a checkbox which says "destroy after merge"
- I think that's it?
Benefits:
- Set up a github sync to a sandbox
- use webhooks to call into sandboxes for live QA workflows
- don't have to keep recreating credentials and envs when constantly recreating new sandboxes (not sure how much of an issue this really is)
Sandboxes are currently destroyed after merge, which prevents users having long-running sandboxes
What we need to do:
Benefits: