Skip to content

🐛 pickup organization automatically#21

Closed
enryH wants to merge 2 commits into
bigbio:mainfrom
biosustain:fix_250
Closed

🐛 pickup organization automatically#21
enryH wants to merge 2 commits into
bigbio:mainfrom
biosustain:fix_250

Conversation

@enryH
Copy link
Copy Markdown
Collaborator

@enryH enryH commented May 26, 2026

Summary by CodeRabbit

  • Chores
    • Updated Docker image build and deployment configuration to dynamically use the triggering repository's namespace instead of a hardcoded registry location.

Review Change Stack

@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Warning

Review limit reached

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

More reviews will be available in 6 minutes and 28 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: 95faf0e8-30e0-4540-ada4-3b5e116c8dba

📥 Commits

Reviewing files that changed from the base of the PR and between bf6d430 and 4bdaeb2.

📒 Files selected for processing (1)
  • .github/workflows/quantms-containers.yml
📝 Walkthrough

Walkthrough

The PR updates the DiaNN 2.5.0 container image reference in the GitHub Actions workflow matrix, replacing a hardcoded ghcr.io/bigbio namespace with a dynamic ${{ github.repository_owner }} variable to make the container registry path repository-owner-aware.

Changes

DiaNN Container Namespace Configuration

Layer / File(s) Summary
DiaNN 2.5.0 image namespace configuration
.github/workflows/quantms-containers.yml
Line 76 updates the diann-2.5.0 matrix entry's container tag from hardcoded ghcr.io/bigbio/... to ghcr.io/${{ github.repository_owner }}/..., enabling forks or different repository owners to build and push images to their own container registry namespace.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • bigbio/quantms-containers#10: Both PRs modify the DiaNN 2.5.0 container tag in .github/workflows/quantms-containers.yml to use ${{ github.repository_owner }} instead of hardcoded ghcr.io/bigbio/.
  • bigbio/quantms-containers#5: Broader switch to using ${{ github.repository_owner }} across the DIANN matrix image references in the same workflow file.
  • bigbio/quantms-containers#7: Related modifications to the DiaNN build matrix generation and image/tag construction logic in the same workflow.

Suggested reviewers

  • ypriverol

Poem

🐰 A namespace now dances with dynamic grace,
Where bigbio once ruled the container space,
Now repository_owner takes the lead,
Forks can flourish at their own registry speed! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references picking up organization automatically, which directly corresponds to the change in the workflow that dynamically uses the repository owner instead of a hardcoded namespace.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@enryH enryH closed this May 26, 2026
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.

1 participant