There was some work done to support Github Actions but it was paused due to lack of support for blocking the pipeline to wait on an approval step.
This support was added recently, and GHA support would be useful for users who want a really streamlined experience, as it won't require additional setup like with CircleCI.
https://devblogs.microsoft.com/devops/i-need-manual-approvers-for-github-actions-and-i-got-them-now/
This will require a bit of digging to find the relevant code, but AFAIK there were branches or forks created for the Go backend, the frontend, and the static site. Hopefully we can reuse most of that work, and then add the additional support for the approval step.
See: #238
Please add new tickets in each relevant repo as necessary and link them to this Epic.