-
Notifications
You must be signed in to change notification settings - Fork 399
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
chore: purge the "workflow step" terminology #2199
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2199 +/- ##
=======================================
Coverage 82.07% 82.07%
=======================================
Files 18 18
Lines 1545 1545
Branches 443 443
=======================================
Hits 1268 1268
Misses 179 179
Partials 98 98 ☔ View full report in Codecov by Sentry. |
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.
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.
Solid greps! 🔍 👁️ Keeping "workflow steps" separate from "steps from apps" within code that calls the "steps from apps" "workflow steps" is going to be a bit confusing, but I am hoping not for too long! 😅
@@ -78,7 +78,7 @@ const sidebars = { | |||
}, | |||
{ | |||
type: 'category', | |||
label: 'Workflow steps (Deprecated)', | |||
label: 'Steps from apps (Deprecated)', |
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.
In some soonish enough date 🪓 👀
Co-authored-by: Eden Zimbelman <zim@o526.net>
…slackapi/bolt-js into purge-workflow-step-terminology
Summary
This PR aims to purge the
workflow step
terminology in favor to the new onesteps from apps
Requirements