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
Hi,
there is missing button for commit in pull request, when branches are same but there is commit to merge.
steps to reproduce:
"merge --no-ff" from "develop" to "master"
create tag on master
create PR from "master" to "develop"
missing button for merge
PR says the files diff is empty (that is correct).
But also in PR is 1 commit with the merge info and created tag, which should be merged into "develop"
(just usual git flow)