-
Notifications
You must be signed in to change notification settings - Fork 24
fix: redirect missing hook remediation links to the current deno starter template #166
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 62.98% 62.97% -0.01%
==========================================
Files 212 212
Lines 21585 21585
==========================================
- Hits 13595 13594 -1
+ Misses 6946 6945 -1
- Partials 1044 1046 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lukegalbraithrussell
left a comment
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.
Agreed on putting the spec in the docs, but this is a good fix for now!
mwbrooks
left a comment
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 the attention to detail @zimeg!
🧠 I've chimed in thread about moving the Slack CLI Hooks Specification to the docs. It's a solid idea!
| ✘ Runtime (foundations for the application) | ||
| Error: The `doctor` hook was not found (sdk_hook_not_found) | ||
| Suggestion: Ensure this hook is implemented in your `slack.json` | ||
| Suggestion: Debug responses from the Slack hooks file (.slack/hooks.json) |
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.
note: Good eye!
| "", | ||
| "Every app requires a Slack hooks file and you can find an example at:", | ||
| style.Highlight("https://github.com/slack-samples/deno-starter-template/blob/main/slack.json"), | ||
| style.Highlight("https://github.com/slack-samples/deno-starter-template/blob/main/.slack/hooks.json"), |
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.
note: 👍🏻
|
@lukegalbraithrussell @mwbrooks And thank y'all both for the reviews and thoughts on the docs 🙏 ✨ It sounds like excitement for a reference hook spec is shared but we can save that for a follow up PR. For now I'll merge this for next release! 🚀 |
Summary
This PR redirects a link from the
sdk_hook_not_founderror to the current Deno starter template.slack/hooks.jsonfile.Notes
IMO it'd be nice to reference the hooks specification in documentation, but for now this might be an alright link change - I'll start a conversation in channel about this, but please feel free to drop ideas beforehand!
Requirements