Hey folks, I'm wondering essentially what the title says: we have 2 nextjs projects as separate github repos that point to the same supabase project on the backend (a marketing site and an app site). Currently the marketing site repo is linked to our supabase project so that we can enable Supabase Branching on PRs, and I would like to also link our app site repo for the same purpose. Is that possible?
The user wants to link two separate GitHub repositories to a single Supabase project to enable Supabase Branching on pull requests for both. They are exploring if it's possible to automate branching via the API or GitHub actions for the second repo.
I don't think that is possible unfortunately. If they are both using the same Database why not place them in the same repo and make it a mono repo?
They’re very different projects with a very different set of workflows and dependencies.
Is there a way to automate the branching from the API or something so I can do it via GitHub actions on my second repo?