-
Notifications
You must be signed in to change notification settings - Fork 248
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: Add deprecation warnings to Steps from Apps components and Docs #1089
feat: Add deprecation warnings to Steps from Apps components and Docs #1089
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1089 +/- ##
=======================================
Coverage 91.76% 91.77%
=======================================
Files 186 186
Lines 6403 6407 +4
=======================================
+ Hits 5876 5880 +4
Misses 527 527 ☔ 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.
Thanks for working on this! Once the Japanese label is fixed, you can go ahead with these changes!
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.
Left a minor URL typo
Co-authored-by: Fil Maj <maj.fil@gmail.com>
This PR aims to inform developers that steps from apps are deprecated
docstring
of steps from apps componentsexamples
slack.dev
Category
slack_bolt.App
and/or its core componentsslack_bolt.async_app.AsyncApp
and/or its core componentsslack_bolt.adapter
/docs
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.sh
after making the changes.