-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
Component/s: Pull Request - Merge / Checks
-
None
-
Severity 3 - Minor
Issue Summary
Merging a PR that contains the same commit as a DRAFT PR also merges the DRAFT PR
Steps to Reproduce
- Create a branch 1 from master
- Create a branch 2 using branch 1 as base
- Create a PR on branch 1 and a DRAFT PR on branch 2
- Merge branch 1 and see that branch 2 was also merged
Expected Results
The DRAFT PR should not be merged
Actual Results
The DRAFT PR is merged
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available