fork-sync
fork-sync copied to clipboard
Fork to fork sync.
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
withvmware-tanzu/velero:main
-
release-1.9
withvmware-tanzu/velero:release-1.9
-
oadp-1.0
withopenshift/velero:oadp-1.0
See my workflow
Is this possible with this action?
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.
Resolved. See my changes here. https://github.com/tgymnich/fork-sync/compare/master...b89779a787cb24445234ef510636f517a4bcaa02#diff-7934bf411fea192ad8cd69e0a12911648a2842cb0f2409a8fb67b41b7069d757R68
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.
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