-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.2.0, 10.2.1, 10.3.0, 10.2.2, 10.2.3, 10.2.4, 10.3.1
-
Component/s: Pull Request - Merge Queue
-
None
-
Severity 3 - Minor
Issue Summary
When a pull request is ejected from a merge queue due to a merge conflict, a merge activity is created describing the issue. The pull request number in the activity is incorrectly formatted with thousand separators. e.g.
This pull request conflicts with earlier queued pull request #32,077
Steps to Reproduce
- Add a PR to the queue that conflicts with target branch
- The PR is ejected from the queue, and a PR activity is created
Expected Results
The activity description has correct formatting:
This pull request conflicts with earlier queued pull request #32077
Actual Results
Thousand separator
Workaround
Currently there is no known workaround for this behavior.