Add AI Humanizer to sponsor metadata#755
Conversation
|
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
📝 WalkthroughWalkthroughA new sponsor entry for "AI Humanizer" has been added to the JSON array in src/utils/gh-sponsor-meta.json. The entry includes login identifier, display name, favicon URL, and website link. No existing sponsor entries were modified or removed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
|
Please approve. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/utils/gh-sponsor-meta.json (1)
8-13: Structure looks good; consider adding UTM tracking for consistency.The new sponsor entry conforms to the
SponsorMetainterface with all correctly named fields. Usingfavicon.icoas the image URL is acceptable (matches existing pattern at line 33).Most other sponsors include
?utm_source=tanstackin theirlinkUrlfor tracking purposes (54 of 63 entries). Consider adding it here for consistency, though it's optional since 8 other entries also omit it.- "linkUrl": "https://aihumanizer.io" + "linkUrl": "https://aihumanizer.io?utm_source=tanstack"🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/utils/gh-sponsor-meta.json` around lines 8 - 13, Add UTM tracking to the new sponsor entry by appending "?utm_source=tanstack" to the linkUrl for the "aihumanizer-io" / "AI Humanizer" object so its linkUrl matches the tracking convention used by most other SponsorMeta entries; update the "linkUrl" field value to include the utm parameter while preserving the existing URL.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@src/utils/gh-sponsor-meta.json`:
- Around line 8-13: Add UTM tracking to the new sponsor entry by appending
"?utm_source=tanstack" to the linkUrl for the "aihumanizer-io" / "AI Humanizer"
object so its linkUrl matches the tracking convention used by most other
SponsorMeta entries; update the "linkUrl" field value to include the utm
parameter while preserving the existing URL.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 63572f24-3433-4f19-bee2-efe106464025
📒 Files selected for processing (1)
src/utils/gh-sponsor-meta.json
Summary by CodeRabbit