Has anyone attempted to automatically mirror GitHub repos via GitHub actions? I’d like to play around with this but I’m not sure about the best way to programmatically mirror a repository. Seems more reliable than attempting to maintain a mirror by hand.
2 Likes
I like the idea!
Upstream is using radicle-link under the hood. I’d be interested in collaborating.
I’m not very familiar with github-actions but since it can manage secrets and run containers it should be doable.
@xla anything you would be able to point at?