-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Pull Request - Merge / Checks
-
None
-
3
-
Severity 2 - Major
-
541
Issue Summary
When merging a pull request using the Squash merge strategy, in rare cases the Pull Request itself will be left in an Open state despite the merge actually having taken place.
Steps to Reproduce
- Create a pull request
- Merge it by selecting the "Squash" merge strategy
Expected Results
A squashed merge commit is created on the destination branch and the Pull Request is moved to the "Merged" status.
Actual Results
In rare instances, the squashed merge commit is created on the destination branch, but the pull request remains in the "Open" status.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- is a regression of
-
BCLOUD-15140 Sometimes using a squash merge vs commit merge the PR will remain in Open state
-
- Closed
-
- is implemented by
-
COREX-8066 Loading...