fork-sync icon indicating copy to clipboard operation
fork-sync copied to clipboard

Fork to fork sync.

Open kaovilai opened this issue 2 years ago • 4 comments

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

  • main with vmware-tanzu/velero:main
  • release-1.9 with vmware-tanzu/velero:release-1.9
  • oadp-1.0 with openshift/velero:oadp-1.0

See my workflow

Is this possible with this action?

kaovilai avatar Oct 14 '22 18:10 kaovilai

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 avatar Oct 14 '22 19:10 kaovilai

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

kaovilai avatar Oct 14 '22 20:10 kaovilai

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.

kaovilai avatar Oct 14 '22 20:10 kaovilai

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

jaredcat avatar Jun 06 '24 17:06 jaredcat