Skip to content

ci: add reusable phenotype workflows#1

Merged
KooshaPari merged 1 commit intomainfrom
chore/add-reusable-workflows
Apr 24, 2026
Merged

ci: add reusable phenotype workflows#1
KooshaPari merged 1 commit intomainfrom
chore/add-reusable-workflows

Conversation

@KooshaPari
Copy link
Copy Markdown
Owner

This PR adds standardized CI workflows from the phenotype-infrakit reusable workflow library.

Workflows Added

  • CI workflow (quality-gate.yml)
  • Coverage workflow (coverage.yml)
  • Publishing workflow (publish-*.yml)

Benefits

  • Consistent quality gates across phenotype ecosystem
  • Automated publishing to registries
  • Standardized CI/CD

Testing

  • Workflows use the centralized phenotype-infrakit/.github/workflows/ definitions

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 6, 2026

You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented Apr 6, 2026

Your free trial PR review limit of 100 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 6, 2026

Warning

Rate limit exceeded

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

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 14 minutes and 50 seconds.

⌛ 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: ASSERTIVE

Plan: Pro

Run ID: 18c94868-e12b-44b4-9886-b596ba54c36a

📥 Commits

Reviewing files that changed from the base of the PR and between 80e7b8d and 046dd49.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/coverage.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-reusable-workflows
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/add-reusable-workflows

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.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 6, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Request Changes

Overview

Severity Count
CRITICAL 1
WARNING 0
SUGGESTION 0
Issue Details (click to expand)

CRITICAL

File Line Issue
.github/workflows/ci.yml 12 Workflow file extension mismatch - references ci.yaml while coverage.yml references coverage.yml. This inconsistency could cause the CI workflow to fail to load or 404 if the reusable workflow file doesn't exist with the .yaml extension.
Files Reviewed (2 files)
  • .github/workflows/ci.yml - 1 issue
  • .github/workflows/coverage.yml - 0 issues

Analysis:

The PR correctly adds two reusable CI workflows from the KooshaPari/phenotype-infrakit repo. Both workflows:

  • Trigger on push and PR to main/master branches
  • Use secrets: inherit to pass secrets to reusable workflows
  • Follow the expected workflow structure

However, there's an inconsistency: ci.yml references ci.yaml (line 12) while coverage.yml references coverage.yml (line 12). This should be aligned - both should use either .yml or .yaml consistently.


Fix these issues in Kilo Cloud


Reviewed by minimax-m2.5 · 183,886 tokens

@KooshaPari KooshaPari merged commit f348043 into main Apr 24, 2026
5 of 6 checks passed
@KooshaPari KooshaPari deleted the chore/add-reusable-workflows branch April 24, 2026 20:18
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