Skip to content

Cải thiện auto release#78

Merged
amadeusmz merged 1 commit into
masterfrom
auto-release
May 30, 2026
Merged

Cải thiện auto release#78
amadeusmz merged 1 commit into
masterfrom
auto-release

Conversation

@minhh2792
Copy link
Copy Markdown
Member

@minhh2792 minhh2792 requested a review from amadeusmz May 30, 2026 07:16
@minhh2792 minhh2792 self-assigned this May 30, 2026
Copilot AI review requested due to automatic review settings May 30, 2026 07:16
@minhh2792 minhh2792 added the free label May 30, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 30, 2026

Warning

Review limit reached

@minhh2792, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 41 minutes and 18 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 389ad35f-ba25-4c94-a053-07d91c901a90

📥 Commits

Reviewing files that changed from the base of the PR and between aa27485 and d2a999b.

📒 Files selected for processing (2)
  • .github/workflows/build.yml
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch auto-release

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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Improves release automation by adding a dedicated workflow that builds and attaches plugin JARs to a GitHub Release when published, and simplifies the build workflow by removing the now-unnecessary MineVNLib download step (MineVNLib is no longer bundled in CI artifacts).

Changes:

  • New release.yml workflow triggered on release: published that builds with Gradle and uploads dotman-plugin/build/libs/*.jar via softprops/action-gh-release@v1.
  • build.yml cleaned up: removed the MineVNLib fetch/copy steps and now uploads JARs directly from dotman-plugin/build/libs/.
  • Added a job-level [ci skip] / [skip ci] guard on the build job.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml New workflow to build and attach JARs to a published GitHub Release.
.github/workflows/build.yml Removed MineVNLib download, simplified artifact path, added skip-CI condition.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@amadeusmz amadeusmz merged commit 6379abf into master May 30, 2026
3 checks passed
@amadeusmz amadeusmz deleted the auto-release branch May 30, 2026 14:30
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.

3 participants