Skip to content

ci: add auto-tag workflow missing from main#153

Merged
github-actions[bot] merged 1 commit into
mainfrom
fix/add-auto-tag-workflow
Mar 13, 2026
Merged

ci: add auto-tag workflow missing from main#153
github-actions[bot] merged 1 commit into
mainfrom
fix/add-auto-tag-workflow

Conversation

@tomymaritano

Copy link
Copy Markdown
Collaborator

Summary

  • Adds auto-tag.yml workflow that was created during v0.9.0 development but missed the squash merge to main
  • Without this workflow, release PRs don't trigger automatic tag creation, breaking the release pipeline

Context

The release pipeline chain is: release/* PR merge → auto-tag creates vX.Y.Z → release.yml builds + publishes

This workflow was in release/0.9.0 but the squash merge of PR #149 didn't include it, so v0.9.0 never got tagged or released.

After merge

Once this is on main, I'll manually create the v0.9.0 tag to trigger the release build.

🤖 Generated with Claude Code

The auto-tag.yml workflow was created during v0.9.0 development but
wasn't included in the squash merge to main. Without it, release PRs
merged to main don't trigger automatic tag creation, breaking the
release pipeline (tag → build → publish → GitHub Release).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Mar 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
readide Ready Ready Preview, Comment Mar 13, 2026 8:09pm

Request Review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Mar 13, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@tomymaritano has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 29 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 65be4750-ba2b-4873-b02e-bf5a02ab1aaa

📥 Commits

Reviewing files that changed from the base of the PR and between c128676 and 935007e.

📒 Files selected for processing (1)
  • .github/workflows/auto-tag.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/add-auto-tag-workflow
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@github-actions github-actions Bot enabled auto-merge (squash) March 13, 2026 20:08
@github-actions github-actions Bot merged commit e3a4058 into main Mar 13, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant