tgymnich / fork-sync

🔄 Github action to sync your forks
MIT License
375 stars 82 forks source link

Auto sync without PR? #143

Closed biast12 closed 12 months ago

biast12 commented 1 year ago

Hey i'm looking for a workflow that does not require a PR to be made, i just want it to sync like if i was doing it manually but automatic, any way to do that with this workflow or do i need to use another one or is there at least plans on implementing a solution without PRs

tgymnich commented 12 months ago

This is out of scope for this action, since we only make use of the Github API. A separate actions could be built based on a docker container executing a shell script performing the desired git actions.