docs: explain Slackbot emoji cues in PostHog Code Slack docs#16912
Open
cleo-pleurodon wants to merge 5 commits into
Open
docs: explain Slackbot emoji cues in PostHog Code Slack docs#16912cleo-pleurodon wants to merge 5 commits into
cleo-pleurodon wants to merge 5 commits into
Conversation
Generated-By: PostHog Code Task-Id: 0583a4d9-55d6-4062-83ed-5ef06d88a590
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 5 errors, 2 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 7:71 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
| 21:198 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
| 33:109 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
| 33:113 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'feature flags' for the general industry concept. | PostHogBase.ProductNames |
| 33:128 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 45:127 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
| 53:100 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
The 🚀 only appears on the final completion message and the post-sandbox-cleanup PR message — the initial mid-run "Pull request opened." notification is plain text. Generated-By: PostHog Code Task-Id: 0583a4d9-55d6-4062-83ed-5ef06d88a590
Switch spaced hyphens to en dashes and "cancelled" to "canceled" per Vale rules. Generated-By: PostHog Code Task-Id: 0583a4d9-55d6-4062-83ed-5ef06d88a590
Generated-By: PostHog Code Task-Id: 0583a4d9-55d6-4062-83ed-5ef06d88a590
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Adds an "Emoji cues" section to
/docs/posthog-code/slackthat explains the emojis the PostHog Code Slackbot uses as it works through a request (🌱 → 👀 → 🦔 / ❌)The set of emojis and their meanings was sourced from the Slack mention workflow and the slack thread handler in
PostHog/posthog, so what's documented matches what the bot actually does today.Checklist
vercel.jsonCreated with PostHog Code