Skip to content

Conversation

@dkaser
Copy link
Collaborator

@dkaser dkaser commented Dec 31, 2025

Summary by CodeRabbit

  • Chores
    • Updated release workflow configuration to support the GMP PHP extension.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Derek Kaser <11674153+dkaser@users.noreply.github.com>
@github-actions github-actions bot added the ci label Dec 31, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 31, 2025

📝 Walkthrough

Walkthrough

A GitHub Actions workflow configuration update adds the php_extensions: gmp parameter to the dkaser/unraid-plugin-release-action@v1 step in the release workflow. This specifies the GMP PHP extension requirement for the release action.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/release.yml
Added php_extensions: gmp input parameter to the release action step to declare the GMP PHP extension dependency.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a PHP extension (GMP) parameter to the release action in the CI workflow configuration.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci/add-extension

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 788e043 and cd31572.

📒 Files selected for processing (1)
  • .github/workflows/release.yml
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: dkaser
Repo: unraid/unraid-tailscale PR: 33
File: .github/workflows/release.yml:28-34
Timestamp: 2025-09-05T22:31:59.080Z
Learning: The dkaser/unraid-plugin-release-actionv1 checks out the repository to the main/ directory and sets up the necessary git configuration, making direct git tag and git push commands viable in subsequent workflow steps.
🔇 Additional comments (1)
.github/workflows/release.yml (1)

24-24: The php_extensions: gmp parameter is valid and supported.

The dkaser/unraid-plugin-release-action@v1 action accepts php_extensions as a valid input parameter, which is passed through to the php-actions/composer step to install the specified PHP extension before running composer. GMP will be properly installed in the build environment.


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.

@dkaser dkaser merged commit 79cf14f into trunk Dec 31, 2025
6 checks passed
@dkaser dkaser deleted the ci/add-extension branch December 31, 2025 00:11
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.

2 participants