Conversation
Slack intercepts /reset as a workspace slash command, so the text never reaches the bot. Map an exact, case-insensitive reset message to /reset in the Slack adapter only.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughChangesSlack reset handling
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to Slack now converts an exact case-insensitive bare "reset" message into "/reset", while slash-prefixed and longer messages remain unchanged. The targeted behavior is covered and no merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Linked Issues checkExplanation The changes satisfy issue Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 2 files.
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Slack intercepts
/resetas a workspace slash command, so the bot never sees that text. Map a barereset(exact match, case-insensitive, after mention/URL strip) to/resetin the Slack adapter only.Fixes #2198
Summary by CodeRabbit
/reset./resetcommands and longer messages such as “reset please” remain unchanged.