-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batching Merge Requests doesn't work for forking workflow #302
Comments
So to me with bot 0.9.4, and I modify some code here, it maybe works
see also: https://github.com/bigc2000/marge-bot/tree/wx-forked-project |
sg70
added a commit
to sg70/marge-bot
that referenced
this issue
Oct 1, 2021
Since all forked MRs are prepared to local branches, the MR acceptance procedure needs to be also local. * fix batching MRs when source branch has different repo url * fix unit tests * add unit test for use case forked MRs * remove credentials from debug log Changes: /tmpiq7raaob/tmpb84bjxf0 # git merge origin/dummy21 --ff --ff-only merge: origin/dummy21 - not something we can merge Into: /tmpiq7raaob/tmpb84bjxf0 # git merge dummy21 --ff --ff-only Updating b51f541..9525b89 Fast-forward 21 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 21 Signed-off-by: Sascha Binckly <[email protected]>
sg70
added a commit
to sg70/marge-bot
that referenced
this issue
Mar 30, 2022
Since all forked MRs are prepared to local branches, the MR acceptance procedure needs to be also local. * fix batching MRs when source branch has different repo url * fix unit tests * add unit test for use case forked MRs * remove credentials from debug log Changes: /tmpiq7raaob/tmpb84bjxf0 # git merge origin/dummy21 --ff --ff-only merge: origin/dummy21 - not something we can merge Into: /tmpiq7raaob/tmpb84bjxf0 # git merge dummy21 --ff --ff-only Updating b51f541..9525b89 Fast-forward 21 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 21 Signed-off-by: Sascha Binckly <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marge-bot assumes during batching merge requests that the source branch is the origin repo when fusing the MR.
The source branch is not the origin repo when using the forking workflow. The results in an error message "merge: origin/source-branch - not something we can merge"
marge-bot version: 0.9.5
The text was updated successfully, but these errors were encountered: