-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.2.0, 10.2.1, 10.2.2, 10.2.3, 10.2.4
-
Component/s: Pull Request - Merge Queue
-
None
-
Severity 3 - Minor
Issue Summary
When a PR is set to auto-merge and "bypass merge queue" is selected, the merge button says "🕓 Cancel add to merge queue".
This is incorrect because the PR will not enter the queue. It should say something like "🕓 Cancel auto-merge".
Steps to Reproduce
- Create a PR into a target branch that has an active merge queue
- While there are pending merge checks, set the PR to auto-merge when checks are complete AND
- Choose the "bypass merge queue" option to skip the queue
Expected Results
The merge button should have an accurate label: "Cancel auto-merge"
Actual Results
The merge button says "Cancel add to merge queue". This is incorrect: the PR will bypass the queue
Workaround
Ignore the button's text: it will do the correct action of cancelling the auto-merge