tgymnich / fork-sync

🔄 Github action to sync your forks
MIT License
373 stars 81 forks source link

Fork to fork sync. #113

Open kaovilai opened 1 year ago

kaovilai commented 1 year ago

I think I misinterpret the meaning of owner.

I am trying to sync not just from upstream -> fork but between fork-A and fork-B in different orgs.

Syncing kaovilai/velero

See my workflow

Is this possible with this action?

kaovilai commented 1 year ago

Made a feature request in https://github.com/octokit/rest.js/issues/222 as it's not obvious to me if it's implementable right now through that library.

kaovilai commented 1 year ago

Resolved. See my changes here. https://github.com/tgymnich/fork-sync/compare/master...b89779a787cb24445234ef510636f517a4bcaa02#diff-7934bf411fea192ad8cd69e0a12911648a2842cb0f2409a8fb67b41b7069d757R68

kaovilai commented 1 year ago

I will leave this open just in case you want to incorporate this.

There is a way to implement this without breaking existing syntax while enabling more flexibility.

jaredcat commented 1 month ago

I would love to see this get implemented. I have a fork of a fork that I would like to sync with the original upstream. Currently using aormsby/Fork-Sync-With-Upstream-action but it doesnt open PRs like this action does