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
Even when a repository is configured to require a rebase before merging, this is not respected by keeper and so it repeatedly errors trying to merge.
Adding support for setting the needs-rebase label for PRs that need to be rebased would fix this since you can add needs-rebase to the tide/keeper missingLabels config.
Grepping through the code, the label is there but never actually used:
Even when a repository is configured to require a rebase before merging, this is not respected by keeper and so it repeatedly errors trying to merge.
Adding support for setting the
needs-rebase
label for PRs that need to be rebased would fix this since you can addneeds-rebase
to the tide/keepermissingLabels
config.Grepping through the code, the label is there but never actually used:
The text was updated successfully, but these errors were encountered: