You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a very busy GitOps repo where the rebase feature of marge-bot is very useful to us. However, we want the original authors to own merging since merge = deployment in this repo. We've patched our own internal version of marge-bot to include a --no-merge option which a) does not merge the MR and b) does not unassign marge-bot from the MR.
I realize this essentially turns marge-bot into a rebase bot, but I think this would be a nice feature to include. There are some repos where we would love to use merging features with
The text was updated successfully, but these errors were encountered:
We have a very busy GitOps repo where the rebase feature of
marge-bot
is very useful to us. However, we want the original authors to own merging since merge = deployment in this repo. We've patched our own internal version ofmarge-bot
to include a--no-merge
option which a) does not merge the MR and b) does not unassignmarge-bot
from the MR.I realize this essentially turns
marge-bot
into a rebase bot, but I think this would be a nice feature to include. There are some repos where we would love to use merging features withThe text was updated successfully, but these errors were encountered: