-
Suggestion
-
Resolution: Unresolved
Issue Summary
The "Changes since last review" option is not available in a pull request if the pull request has had a merge commit (git merge --no-ff) or a destructive force push since the last review.
This is documented as known limitation on the community post.
Expected Results
“Changes since last review” option is available to use
Actual Results
“Changes since last review” option is grayed out
Workaround
Currently, there is no known workaround for the behavior caused by a merge commit (git merge --no-ff) or a destructive force push.
As an alternative, using squash merge (git merge --squash) or fast-forward merge (git merge --ff-only) ensures that the "Changes since last review" option remains functional.
- mentioned in
-
Page Loading...