-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(workflow-badges): add Dask dashboard icon #417
Conversation
3f4be6d
to
72590f4
Compare
72590f4
to
4ae2831
Compare
@@ -64,6 +67,21 @@ export default function WorkflowBadges({ workflow }) { | |||
rel="noopener noreferrer" | |||
/> | |||
)} | |||
{isDaskClusterUp && ( |
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.
todo: Since the main functionality touches workflow badges, and since conventional commit scope should represent component touched by the change, please use feat(workflow-badges): add Dask dashboard badge
.
(We haven't respected this fully in the past, so we have a lot of feat(ui)
, but it would be good to move to the "proper" scopes...)
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.
4ae2831
to
0b7de4d
Compare
0b7de4d
to
e4c024b
Compare
This PR adds
Dask dashboard badge
which redirects users to Dask dashboard page upon click.