Skip to content

Conversation

@AlitzelMendez
Copy link
Member

closes: #13318

The tag "Latest Main" is not assigned to the latest build from main, but to the latest automatic build, adding the "Main" part is really misleading

@AlitzelMendez AlitzelMendez marked this pull request as ready for review January 8, 2026 01:47
Copilot AI review requested due to automatic review settings January 8, 2026 01:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a misleading UI label by changing "Latest Main" to "Latest Auto" to accurately reflect that the badge indicates the latest automatic build, not the latest build from the main branch.

  • Changed UI label text from "Latest Main" to "Latest Auto" in three locations within the revision options component

Copy link
Member

@tjprescott tjprescott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a simple change, but I'm not sure if the best fix is to just change the label to be more accurate or to fix the logic to ensure that "Latest Main" really IS the latest on main and not some weird branch.

@AlitzelMendez
Copy link
Member Author

This is a simple change, but I'm not sure if the best fix is to just change the label to be more accurate or to fix the logic to ensure that "Latest Main" really IS the latest on main and not some weird branch.

we are not storign the branch information anywhere, so even if we fix it for the new builds is not going to be fixed for old ones, in some cases we have that information as tags that have tags saying "source build main" but is not on every language

@tjprescott tjprescott merged commit 63f551e into Azure:main Jan 9, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[APIView] Latest Main tag not always accurate

2 participants