Conversation
|
Newest code from mattermost has been published to preview environment for Git SHA f01a7c8 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughA link in the marketplace submissions index page was updated to change the submission form URL from Microsoft Office Forms to Google Forms, modifying the link target while leaving surrounding text unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can disable the changed files summary in the walkthrough.Disable the |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@site/content/integrate/marketplace-submissions/_index.md`:
- Line 21: The newtabref shortcode is given a markdown-style link in its href
which produces a malformed anchor; update the href attribute on the newtabref
usage to be a plain URL string (e.g., set
href="https://forms.office.com/r/uw8QZLeSD5" or the intended target) instead of
the markdown [text](url) form so the shortcode writes a valid href; locate the
newtabref invocation and replace the href value accordingly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 26626e77-a716-4f2b-b06c-c0f7528b75b5
📒 Files selected for processing (1)
site/content/integrate/marketplace-submissions/_index.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA b762329 |
|
Newest code from mattermost has been published to preview environment for Git SHA a0415a1 |
Replace MS Form with Google Form
Summary
Ticket Link
Summary by CodeRabbit