Skip to content

Comments

fix(ci): remove duplicate title key in release workflow#7510

Merged
paulbalaji merged 1 commit intomainfrom
fix/release-workflow-triggers
Dec 3, 2025
Merged

fix(ci): remove duplicate title key in release workflow#7510
paulbalaji merged 1 commit intomainfrom
fix/release-workflow-triggers

Conversation

@paulbalaji
Copy link
Collaborator

@paulbalaji paulbalaji commented Dec 3, 2025

Summary

Remove duplicate title: key in the changesets action config.

Problem

The release workflow was incorrectly triggering on feature branches and merge queue branches. The duplicate title: key was invalid YAML, likely causing parsing issues that made GitHub Actions ignore the branches: [main] filter.

Test plan

  • Verify workflow no longer triggers on pushes to feature branches
  • Verify workflow still triggers correctly on pushes to main

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated release workflow to execute exclusively on the main branch for controlled deployments.
    • Improved release pull request handling with automatic draft conversion.
    • Enhanced version verification process before publishing releases.
    • Removed a duplicated title entry in the release PR creation to tidy the workflow configuration.

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 3, 2025

⚠️ No Changeset found

Latest commit: d34e88a

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@paulbalaji paulbalaji enabled auto-merge December 3, 2025 10:56
@paulbalaji paulbalaji force-pushed the fix/release-workflow-triggers branch from 4a5913e to 90166da Compare December 3, 2025 10:58
The duplicate `title:` key in the changesets action config was invalid YAML,
likely causing parsing issues that made the workflow trigger on all branches
instead of just main.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@paulbalaji paulbalaji force-pushed the fix/release-workflow-triggers branch from 90166da to d34e88a Compare December 3, 2025 10:59
@paulbalaji paulbalaji changed the title fix(ci): release workflow only runs on main branch fix(ci): remove duplicate title key in release workflow Dec 3, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 3, 2025

📝 Walkthrough

Walkthrough

Removed a duplicated title input line from the "Create Release PR" step in .github/workflows/release.yml; no other functional changes were made to the workflow.

Changes

Cohort / File(s) Summary
Release workflow — duplicate input cleanup
\.github/workflows/release\.yml
Removed a duplicated title input in the "Create Release PR" step; no other inputs, environment variables, or steps were modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Quick check that the remaining title input is correct and that the step still behaves as expected.

Possibly related PRs

Suggested reviewers

  • xeno097
  • Mo-Hussain
  • Xaroz

Poem

A wee tidy tweak in the release parade,
Two titles were dancing—one needed laid.
Now one stands proud, no echo to hear,
Quiet and tidy, the pipeline's clear. 🐸✨

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description covers the key sections (Summary, Problem, Test plan) but lacks explicit coverage of all template sections including Drive-by changes, Related issues, Backward compatibility, and Testing methodology. Complete the PR description by addressing all template sections: specify related issues, confirm backward compatibility status, and clarify the testing approach (Manual/Unit Tests/None).
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'fix(ci): remove duplicate title key in release workflow' directly and clearly identifies the main code change—removing a duplicate YAML key from the CI configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/release-workflow-triggers

📜 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 4a5913e79ad5a0660c56b29bd8d4be074cd98e86 and d34e88a.

📒 Files selected for processing (1)
  • .github/workflows/release.yml (0 hunks)
💤 Files with no reviewable changes (1)
  • .github/workflows/release.yml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (57)
  • GitHub Check: cli-evm-e2e-matrix (warp-rebalancer)
  • GitHub Check: cli-evm-e2e-matrix (warp-send)
  • GitHub Check: cli-evm-e2e-matrix (warp-read)
  • GitHub Check: cli-evm-e2e-matrix (warp-check-1)
  • GitHub Check: cli-evm-e2e-matrix (warp-deploy-2)
  • GitHub Check: cli-evm-e2e-matrix (warp-check-2)
  • GitHub Check: cli-evm-e2e-matrix (warp-check-5)
  • GitHub Check: cli-evm-e2e-matrix (warp-init)
  • GitHub Check: cli-evm-e2e-matrix (warp-deploy-1)
  • GitHub Check: cli-evm-e2e-matrix (warp-check-4)
  • GitHub Check: cli-evm-e2e-matrix (warp-check-3)
  • GitHub Check: cli-evm-e2e-matrix (warp-extend-recovery)
  • GitHub Check: cli-evm-e2e-matrix (warp-bridge-2)
  • GitHub Check: cli-evm-e2e-matrix (relay)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-simple-updates)
  • GitHub Check: cli-evm-e2e-matrix (warp-extend-basic)
  • GitHub Check: cli-evm-e2e-matrix (warp-bridge-1)
  • GitHub Check: cli-evm-e2e-matrix (warp-extend-config)
  • GitHub Check: cli-evm-e2e-matrix (core-read)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-rebalancing-config)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-submitters)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-ownership-updates)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-ism-updates)
  • GitHub Check: cli-evm-e2e-matrix (core-deploy)
  • GitHub Check: cli-evm-e2e-matrix (core-check)
  • GitHub Check: cli-evm-e2e-matrix (warp-apply-hook-updates)
  • GitHub Check: cli-evm-e2e-matrix (core-apply)
  • GitHub Check: cli-cosmos-e2e-matrix (core-deploy)
  • GitHub Check: cli-evm-e2e-matrix (core-init)
  • GitHub Check: cli-cosmos-e2e-matrix (warp-deploy)
  • GitHub Check: env-test-matrix (mainnet3, optimism, igp)
  • GitHub Check: cli-cosmos-e2e-matrix (core-read)
  • GitHub Check: cli-cosmos-e2e-matrix (warp-read)
  • GitHub Check: env-test-matrix (mainnet3, arbitrum, igp)
  • GitHub Check: cli-cosmos-e2e-matrix (core-apply)
  • GitHub Check: cli-cosmos-e2e-matrix (core-check)
  • GitHub Check: env-test-matrix (testnet4, sepolia, core)
  • GitHub Check: env-test-matrix (mainnet3, optimism, core)
  • GitHub Check: env-test-matrix (mainnet3, ethereum, core)
  • GitHub Check: env-test-matrix (mainnet3, arbitrum, core)
  • GitHub Check: cli-radix-e2e-matrix (warp-deploy)
  • GitHub Check: cli-radix-e2e-matrix (core-deploy)
  • GitHub Check: env-test-matrix (mainnet3, ethereum, igp)
  • GitHub Check: cli-radix-e2e-matrix (warp-apply-route-extension)
  • GitHub Check: cli-radix-e2e-matrix (warp-apply-ownership-updates)
  • GitHub Check: cosmos-sdk-e2e-run
  • GitHub Check: aleo-sdk-e2e-run
  • GitHub Check: cli-cross-chain-e2e-matrix (warp-apply)
  • GitHub Check: cli-cross-chain-e2e-matrix (warp-deploy)
  • GitHub Check: cli-install-test-run
  • GitHub Check: yarn-test-run
  • GitHub Check: infra-test
  • GitHub Check: e2e-matrix (evm)
  • GitHub Check: yarn-install
  • GitHub Check: lint-rs
  • GitHub Check: lander-coverage
  • GitHub Check: test-rs

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.

@paulbalaji paulbalaji added this pull request to the merge queue Dec 3, 2025
Merged via the queue into main with commit c79bbaa Dec 3, 2025
85 checks passed
@paulbalaji paulbalaji deleted the fix/release-workflow-triggers branch December 3, 2025 11:35
@github-project-automation github-project-automation bot moved this from In Review to Done in Hyperlane Tasks Dec 3, 2025
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (061e518) to head (d34e88a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #7510   +/-   ##
============================
============================
Components Coverage Δ
core ∅ <ø> (∅)
hooks ∅ <ø> (∅)
isms ∅ <ø> (∅)
token ∅ <ø> (∅)
middlewares ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants