-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix: Load the category of the workflow step definition. #711
Conversation
@NeerajGartia21 Thanks for your first PR, please sign the DCO. |
packages/velaux-ui/src/components/WorkflowStudio/type-select.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Neeraj Gartia <[email protected]>
Signed-off-by: Neeraj Gartia <[email protected]>
Signed-off-by: Neeraj Gartia <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #711 +/- ##
==========================================
+ Coverage 60.34% 60.38% +0.03%
==========================================
Files 94 94
Lines 17622 17623 +1
==========================================
+ Hits 10634 10641 +7
+ Misses 5679 5666 -13
- Partials 1309 1316 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Please rebase the branch from the main. |
Signed-off-by: Neeraj Gartia <[email protected]>
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.
lgtm
Description of your changes
Fixes #702
I have:
yarn lint
to ensure the frontend changes are ready for review.make reviewable
to ensure the server changes are ready for review.backport release-x.y
labels to auto-backport this PR if necessary.Special notes for your reviewer
I have added the descriptions to the workflow steps on my own. Please suggest changes to that.