chore: remove rhiza benchmark and mutation workflows - #478
Conversation
Delete the .github/workflows/rhiza_benchmark.yml and rhiza_mutation.yml caller workflows (thin stubs invoking the jebel-quant/rhiza reusable benchmark and mutation workflows). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (2)
⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Pull request overview
Removes two GitHub Actions workflow “caller stubs” for Rhiza benchmark and mutation testing, presumably to stop running those checks from this repository and/or reduce workflow surface area.
Changes:
- Deleted
.github/workflows/rhiza_benchmark.yml(push-to-main benchmark caller). - Deleted
.github/workflows/rhiza_mutation.yml(PR/schedule/dispatch mutation-testing caller with opt-in gate).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/rhiza_benchmark.yml | Deletes the Rhiza benchmark caller workflow stub. |
| .github/workflows/rhiza_mutation.yml | Deletes the Rhiza mutation-testing caller workflow stub. |
Comments suppressed due to low confidence (2)
.github/workflows/rhiza_benchmark.yml:1
- These workflow stubs are still tracked by the Rhiza template lock (see .rhiza/template.lock entries for .github/workflows/rhiza_benchmark.yml). If Rhiza sync runs, it will likely re-add this file or flag the repo as out-of-sync. To remove this workflow permanently, also update the Rhiza template configuration (e.g., exclude this path in .rhiza/template.yml or bump the Rhiza ref to a version that no longer includes it) and regenerate template.lock accordingly.
.github/workflows/rhiza_mutation.yml:1 - This workflow stub is still tracked by the Rhiza template lock (see .rhiza/template.lock entries for .github/workflows/rhiza_mutation.yml). If Rhiza sync runs, it will likely re-add this file or flag the repo as out-of-sync. To remove this workflow permanently, also update the Rhiza template configuration (e.g., exclude this path in .rhiza/template.yml or bump the Rhiza ref to a version that no longer includes it) and regenerate template.lock accordingly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deletes the two rhiza caller workflows:
.github/workflows/rhiza_benchmark.yml.github/workflows/rhiza_mutation.ymlBoth are thin stubs that invoke the reusable benchmark/mutation workflows in
jebel-quant/rhiza.🤖 Generated with Claude Code