julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

Add automated backup workflow #56

Closed SaschaMann closed 3 years ago

SaschaMann commented 3 years ago

This PR adds an automated weekly backup for all repo data, including issues and PRs. I'm adding these across all repos in julia-actions since I personally find it useful to not fully rely on GitHub for backups for my own projects, also for peace of mind. If you don't want this, just close the PR, I don't want to force these on anyone, just offer it :)

Details: