-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prettify labels in action progress messages with Bzlmod #17045
Conversation
b9f90ff
to
2fc85c0
Compare
2fc85c0
to
a4aea06
Compare
a4aea06
to
fb40308
Compare
@zhengwei143 Could you please help with the failing test? Thanks! |
Seems like you just need to set |
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository.
fb40308
to
e106a2d
Compare
@zhengwei143 Thanks, that seems to have worked, tests are passing now. |
@Wyverald Friendly ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, and sorry for the late review!
@bazel-io flag |
@bazel-io fork 6.1.0 |
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository. Fixes #17130 Closes #17045. PiperOrigin-RevId: 501256229 Change-Id: I796585da07773ee3a589bb83948b9e0667b2e799
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository. Fixes #17130 Closes #17045. PiperOrigin-RevId: 501256229 Change-Id: I796585da07773ee3a589bb83948b9e0667b2e799 Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
UiStateTracker
is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository.Fixes #17130