Web rebase results in unverified commits #12613
Unanswered
pzcfg
asked this question in
Pull Requests
Replies: 1 comment 2 replies
-
|
Duplicate of #11639. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My team was very excited to see the ability to rebase PRs on the web, however we're unable to use it because it does not play well with verified commits.
When we rebase other people's commits, it results in an Unverified state, which we don't allow to be merged.
When I do
git rebase <branch>from my command line and force push, it results inPartially verifiedcommits, which are allowed to be merged.I could understand this not being possible from the web, except that I noticed when I use the "Edit file" feature on the web, the resulting commit is Verified, so it seems that same functionality should also be able to verify the rebased commits? Please let me know if this is possible as we really would love to be able to use this feature.
Beta Was this translation helpful? Give feedback.
All reactions