Skip to content

Conversation

@m1so
Copy link

@m1so m1so commented Dec 9, 2025

Description
Remove unused GitHub action

Issue

Example

Context

Checks

  • The new code matches the existing patterns and styles.
  • The tests pass with yarn test.
  • The linter passes with yarn lint. (Fix errors with yarn fix.)
  • The relevant examples still work. (Run examples with yarn start.)
  • You've added a changeset if changing functionality. (Add one with yarn changeset add.)

Summary by CodeRabbit

  • Chores
    • Removed automated release workflow configuration from the repository's continuous integration setup.

✏️ Tip: You can customize this high-level summary in your review settings.

@m1so m1so requested a review from saltenasl December 9, 2025 16:10
@coderabbitai
Copy link

coderabbitai bot commented Dec 9, 2025

📝 Walkthrough

Walkthrough

The GitHub Actions release workflow at .github/workflows/release.yml has been removed entirely. This workflow previously automated the release process by running on pushes to main, with parallel job execution across two channels (latest and dev). The workflow included steps for repository checkout, Node.js and yarn setup, dependency installation, prerelease script execution, and conditional release logic—using changesets for the latest channel and snapshot releases for the dev channel.

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removal of the GitHub Actions release workflow file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d6d1cd2 and b484c73.

📒 Files selected for processing (1)
  • .github/workflows/release.yml (0 hunks)
💤 Files with no reviewable changes (1)
  • .github/workflows/release.yml

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

@m1so m1so merged commit 0ee4ffc into deepnote Dec 9, 2025
1 of 11 checks passed
@m1so m1so deleted the mb/remove-release-workflow branch December 9, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants