fix(ci): remove duplicate title key in release workflow#7510
Conversation
|
4a5913e to
90166da
Compare
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>
90166da to
d34e88a
Compare
📝 WalkthroughWalkthroughRemoved a duplicated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 4a5913e79ad5a0660c56b29bd8d4be074cd98e86 and d34e88a. 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ 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)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7510 +/- ##
============================
============================
🚀 New features to boost your workflow:
|
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 thebranches: [main]filter.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.