fix: resolve discord investigate link not rendering#1985
fix: resolve discord investigate link not rendering#1985emmanuel-ferdman wants to merge 2 commits intorobusta-dev:masterfrom
Conversation
Signed-off-by: Emmanuel Ferdman <[email protected]>
WalkthroughA bug fix in the Discord sender module converts a string placeholder to an f-string, enabling dynamic interpolation of the Investigate URI in Discord notifications instead of displaying the placeholder as literal text. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code graph analysis (1)src/robusta/integrations/discord/sender.py (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
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 |
PR Summary
This small PR resolves the discord investigate link not rendering. Fixes #1973.