Skip to content

Comments

Added Eric Simons to webinar hosts#42559

Merged
CoolAssPuppy merged 2 commits intomasterfrom
add-eric-to-webinar
Feb 6, 2026
Merged

Added Eric Simons to webinar hosts#42559
CoolAssPuppy merged 2 commits intomasterfrom
add-eric-to-webinar

Conversation

@CoolAssPuppy
Copy link
Contributor

@CoolAssPuppy CoolAssPuppy commented Feb 6, 2026

I have read the CONTRIBUTING.md file.

YES

What kind of change does this PR introduce?

Added Eric Simons as a new author.
Added Eric as a guest host to the upcoming Supabase + Bolt webinar

Summary by CodeRabbit

  • New Features

    • Added Eric Simons, CEO of Bolt.new, as an additional speaker for the Enterprise Innovation event
    • Published blog post: "BKND joins Supabase" announcing a new initiative for agentic workloads
  • Content Updates

    • RSS feed updated to include the new post and refreshed feed timestamp
  • Documentation

    • Minor docs fix in icon docs to ensure correct parsing of example code

@CoolAssPuppy CoolAssPuppy requested a review from a team as a code owner February 6, 2026 12:49
@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-system Ready Ready Preview, Comment Feb 6, 2026 0:54am
learn Ready Ready Preview, Comment Feb 6, 2026 0:54am
zone-www-dot-com Ready Ready Preview, Comment, Open in v0 Feb 6, 2026 0:54am
6 Skipped Deployments
Project Deployment Actions Updated (UTC)
cms Ignored Ignored Feb 6, 2026 0:54am
studio Ignored Ignored Feb 6, 2026 0:54am
docs Skipped Skipped Feb 6, 2026 0:54am
studio-self-hosted Skipped Skipped Feb 6, 2026 0:54am
studio-staging Skipped Skipped Feb 6, 2026 0:54am
ui-library Skipped Skipped Feb 6, 2026 0:54am

Request Review

@supabase
Copy link

supabase bot commented Feb 6, 2026

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2026

Walkthrough

Adds Eric Simons as a co-speaker on an event page, inserts a new author record for him in the site authors registry, and updates the public RSS feed with a new blog item and refreshed lastBuildDate.

Changes

Cohort / File(s) Summary
Event speaker metadata
apps/www/_events/2026-02-25-enterprise-innovation-with-bolt.mdx
Appended eric_simons to the event's speakers/authors metadata (single-line change).
Authors registry & RSS feed
apps/www/lib/authors.json, apps/www/public/rss.xml
Added new author object for eric_simons to authors.json; updated rss.xml lastBuildDate and prepended a new item announcing "BKND joins Supabase".

Possibly related PRs

Suggested labels

documentation

Suggested reviewers

  • CoolAssPuppy
  • saltcod
  • stylessh
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: adding Eric Simons as a webinar host, which is the primary objective of the PR.
Description check ✅ Passed The description covers the required sections: confirms reading CONTRIBUTING.md, specifies the type of change, and explains both objectives. All key sections are addressed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-eric-to-webinar

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@apps/www/public/rss.xml`:
- Around line 7-16: The RSS commit includes unrelated changes: a new <item>
entry ("BKND joins Supabase") and an updated lastBuildDate that are outside this
PR's stated scope; revert or move those RSS changes into a separate commit/PR so
this branch only contains the webinar-host change, and also fix the XML
indentation so the new <item> element aligns with existing <item> tags at column
0 (ensure the <item> opening/closing tags and their child elements match the
file's existing indentation and update lastBuildDate only in the separate RSS
commit); reference the lastBuildDate element and the new <item> block when
making the split and indentation correction.

Comment on lines +7 to +16
<lastBuildDate>Tue, 03 Feb 2026 00:00:00 -0700</lastBuildDate>
<atom:link href="https://supabase.com/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<guid>https://supabase.com/blog/bknd-joins-supabase</guid>
<title>BKND joins Supabase</title>
<link>https://supabase.com/blog/bknd-joins-supabase</link>
<description>Dennis Senn, creator of BKND, is joining Supabase to build a Lite offering for agentic workloads.</description>
<pubDate>Tue, 03 Feb 2026 00:00:00 -0700</pubDate>
</item>
<item>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Unrelated changes: new RSS item and updated lastBuildDate are outside the scope of this PR.

The PR description states this is about adding Eric Simons as a webinar host, but these RSS feed changes (new "BKND joins Supabase" item and lastBuildDate bump) are unrelated. Consider splitting this into a separate PR/commit for cleaner history and easier reverts.

Additionally, the indentation of the new <item> block is inconsistent with the rest of the file — the opening <item> tag on line 9 is indented at the <channel> level, while all subsequent <item> tags (e.g., line 16) sit at column 0.

🤖 Prompt for AI Agents
In `@apps/www/public/rss.xml` around lines 7 - 16, The RSS commit includes
unrelated changes: a new <item> entry ("BKND joins Supabase") and an updated
lastBuildDate that are outside this PR's stated scope; revert or move those RSS
changes into a separate commit/PR so this branch only contains the webinar-host
change, and also fix the XML indentation so the new <item> element aligns with
existing <item> tags at column 0 (ensure the <item> opening/closing tags and
their child elements match the file's existing indentation and update
lastBuildDate only in the separate RSS commit); reference the lastBuildDate
element and the new <item> block when making the split and indentation
correction.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

🎭 Playwright Test Results

passed  97 passed
flaky  2 flaky
skipped  4 skipped

Details

stats  103 tests across 16 suites
duration  13 minutes, 21 seconds
commit  eaf2296

Flaky tests

Features › queue-table-operations.spec.ts › Queue Table Operations › row inserts are queued and can be saved
Features › queue-table-operations.spec.ts › Queue Table Operations › pending changes persist when switching between tables

Skipped tests

Features › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected
Features › sql-editor.spec.ts › SQL Editor › share with team works as expected
Features › sql-editor.spec.ts › SQL Editor › folders works as expected
Features › sql-editor.spec.ts › SQL Editor › other SQL snippets actions work as expected

@CoolAssPuppy CoolAssPuppy merged commit 1be4ef5 into master Feb 6, 2026
22 checks passed
@CoolAssPuppy CoolAssPuppy deleted the add-eric-to-webinar branch February 6, 2026 14:13
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Braintrust eval report

Evals in progress... ⌛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants