Skip to content

Conversation

@saseungmin
Copy link
Owner

@saseungmin saseungmin commented Oct 12, 2025

Summary by CodeRabbit

  • Chores
    • Expanded continuous integration triggers to include v1.* branches, ensuring tests and checks run on pushes, pull requests, and merge groups for those branches.
    • Updated release workflow to support publishing from any v1.* branch, enabling consistent release automation across the v1 line without altering existing steps or job behavior.

@changeset-bot
Copy link

changeset-bot bot commented Oct 12, 2025

⚠️ No Changeset found

Latest commit: 76e2e9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Oct 12, 2025

Walkthrough

Updated GitHub Actions workflow triggers to include the v1.* branch pattern for CI and Release workflows. No changes to jobs, steps, or actions. Merge group trigger in CI also updated to include v1.*.

Changes

Cohort / File(s) Summary of Change
CI Workflow Triggers
\.github/workflows/ci.yml
Added v1.* to push and pull_request triggers and to merge_group; no job/step changes.
Release Workflow Triggers
\.github/workflows/release.yml
Added v1.* to push triggers; no other changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

size/M

Poem

Thump-thump, my paws tap CI’s tune,
Branches bloom like stars by moon—v1’s swoon.
Pipelines wake with gentle cheer,
Tags and triggers crisp and clear.
I nibble logs, whiskers bright—
Releases hop into the night. 🐇✨

Pre-merge checks and finishing touches

✅ 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 and concisely summarizes the main change by specifying that the v1.* branch is being added to both CI and release workflows, matching the modifications in the YAML configuration files.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci/add-v1.x-branch

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3df81a0 and 76e2e9b.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml (1 hunks)
  • .github/workflows/release.yml (1 hunks)

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.

@saseungmin saseungmin merged commit c985722 into main Oct 12, 2025
5 checks passed
@saseungmin saseungmin deleted the ci/add-v1.x-branch branch October 12, 2025 09:54
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