CivicTechTO / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
3 stars 0 forks source link

Auto-sync `edge` branch from upstream #53

Open patcon opened 3 hours ago

patcon commented 3 hours ago

Re-ticketed from https://github.com/CivicTechTO/polis/issues/50#issuecomment-2429889844

We've now protected the edge branch so that it's read-only, and can only be updated by clicking the "sync fork" button from upstream. We can make this happen automatically, so it's always up-to-date with them:

https://github.com/marketplace/actions/fork-sync

patcon commented 2 hours ago

Or maybe using these, because we don't need PRs, and I think PRs would rewrite commit history, rather than just push with fast-forward merge style.

EDIT: On third thought, I think this is the approach: