Skip to content

fix(release): 条件下载 mobile-artifacts 修复 release job - #1648

Merged
DeliciousBuding merged 1 commit into
masterfrom
fix/release-mobile-artifact-download
Aug 6, 2026
Merged

fix(release): 条件下载 mobile-artifacts 修复 release job#1648
DeliciousBuding merged 1 commit into
masterfrom
fix/release-mobile-artifact-download

Conversation

@DeliciousBuding

Copy link
Copy Markdown
Collaborator

Summary

  • build-mobile 未启用时无 mobile-artifacts,release job 的无条件 Download Mobile artifacts 步骤报 Artifact not found 阻断发版(v0.6.0 run 已验证:其余 job 全过、release 17s 失败)
  • 修复:该步骤加 if: needs.build-mobile.result == 'success'

Test plan

  • release-readiness CI
  • v0.6.0 重跑(或 v0.6.1)时 release job 通过并生成 release

build-mobile 未启用时无 mobile-artifacts,release job 的无条件
Download Mobile artifacts 步骤报 'Artifact not found' 阻断发版
(v0.6.0 已验证)。加 if: needs.build-mobile.result == 'success'。
Copilot AI lite review requested due to automatic review settings August 6, 2026 07:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@DeliciousBuding, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 34 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 7597b261-65b3-4779-b896-d1b4c026565f

📥 Commits

Reviewing files that changed from the base of the PR and between 10eb62c and 86d882a.

📒 Files selected for processing (1)
  • .github/workflows/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.

@DeliciousBuding
DeliciousBuding merged commit a84a9d1 into master Aug 6, 2026
29 checks passed
@DeliciousBuding
DeliciousBuding deleted the fix/release-mobile-artifact-download branch August 6, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants