Skip to content

chore: drop the exclude entries for the retired mutation/fuzzing workflows - #104

Merged
tschm merged 1 commit into
mainfrom
chore/drop-retired-workflow-excludes
Aug 22, 2026
Merged

chore: drop the exclude entries for the retired mutation/fuzzing workflows#104
tschm merged 1 commit into
mainfrom
chore/drop-retired-workflow-excludes

Conversation

@tschm

@tschm tschm commented Aug 22, 2026

Copy link
Copy Markdown
Member

rhiza v1.5.0 retired .github/workflows/rhiza_fuzzing.yml (#1568) and .github/workflows/rhiza_mutation.yml (#1572), and stopped offering mutation testing in the ecosystem at all (#1492). Nothing under bundles/ ships either path now, so excluding them declines a file the sync can no longer deliver.

This drops the two entries and the comment paragraphs that existed only to justify them. Where a comment also explained why the other workflow was deliberately left in the sync, that note goes too — it describes a live gate that no longer exists.

No CI behaviour changes. Neither workflow is delivered with or without these entries.

This does not delete any leftover workflow file. Orphan cleanup only considers paths recorded in .rhiza/template.lock's files: list, and these are absent from it, so a copy still present in .github/workflows/ stays put either way. That is a separate cleanup.

🤖 Generated with Claude Code

…flows

rhiza v1.5.0 retired `.github/workflows/rhiza_fuzzing.yml` (#1568) and
`.github/workflows/rhiza_mutation.yml` (#1572), and stopped offering mutation
testing in the ecosystem at all (#1492). No bundle under `bundles/` ships
either path now, so these entries decline a file the sync can no longer
deliver — they describe a gate that no longer exists on either side.

Nothing about CI changes: neither workflow is synced with or without the
entries. Any copy still sitting in `.github/workflows/` stays there, because
the orphan sweep only considers paths recorded in `template.lock`'s `files:`
list and these are absent from it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 22, 2026 18:33
@tschm
tschm merged commit bb739bd into main Aug 22, 2026
26 checks passed
@tschm
tschm deleted the chore/drop-retired-workflow-excludes branch August 22, 2026 18:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo’s Rhiza template configuration to remove now-obsolete exclusions for retired mutation/fuzzing workflows, aligning the config with Rhiza v1.5.0’s current delivered workflow set.

Changes:

  • Removed the exclude: entries for .github/workflows/rhiza_fuzzing.yml and .github/workflows/rhiza_mutation.yml.
  • Removed the explanatory comment blocks that justified excluding those retired workflows.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .rhiza/template.yml
Comment on lines 18 to 22
exclude:
# The template's LICENSE. `legal` is synced for SECURITY.md and the community docs,
# but the licence text is this repository's own: the bundle ships MIT under
# "Copyright (c) 2025 Jebel Quant Research", which is not this repo's holder.
- LICENSE
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.

2 participants