-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
set default display name color based on runner #8689
Conversation
3bb8607
to
651a802
Compare
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.
Missing changelog, but code lgtm
651a802
to
17e55ac
Compare
Incorporated review feedback. Intentionally didn't add changelog yet, will do so once we can actually land breaking changes :) |
@jeysal mind rebasing on the |
17e55ac
to
6faff95
Compare
@SimenB done :) should be good to go I think, manually tested it again |
BREAKING CHANGE: changes the internal config format for certain user-provided configs
6faff95
to
3adab48
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Follow up to @natealcedo's #8025, automatically generating reasonable defaults for that feature.
BREAKING CHANGE:
See comment that was removed. Looks like it'll have to wait until 25 :|
TODO add changelog when there's a section to put it in without having to rebase ;)
Test plan
Added normalize tests. Tried on work project, tests are white, lints are green :)