Skip to content

fix(ci): add fetch-tags to promote-release checkout step#340

Merged
skevetter merged 3 commits into
mainfrom
4e20-56e8-netlify-ops
May 18, 2026
Merged

fix(ci): add fetch-tags to promote-release checkout step#340
skevetter merged 3 commits into
mainfrom
4e20-56e8-netlify-ops

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

The derive stable version step in promote-release.yml runs git rev-list -n 1 "$RC_TAG" to get the commit SHA for the RC tag. With the default actions/checkout@v6 config (fetch-depth: 1, fetch-tags: false), tags are not fetched, causing fatal: ambiguous argument error.

Adds fetch-tags: true to the checkout so tags are available for the git rev-list command.

@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 66525ff
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a0b2c3e811d340008e78fc1

@skevetter
skevetter enabled auto-merge (squash) May 18, 2026 15:12
@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c838c59b-84e6-4f35-b700-15bd581697d0

📥 Commits

Reviewing files that changed from the base of the PR and between 1f4d37e and 66525ff.

📒 Files selected for processing (2)
  • .github/workflows/netlify-ops.yml
  • .github/workflows/promote-release.yml

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.

@skevetter
skevetter merged commit 8d457be into main May 18, 2026
16 checks passed
@skevetter
skevetter deleted the 4e20-56e8-netlify-ops branch May 18, 2026 15:17
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.

1 participant