Skip to content

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

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#124
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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the Rhiza sync template configuration to reflect that Rhiza’s retired mutation and fuzzing workflows are no longer part of the delivered template, removing now-obsolete exclusions and their explanatory comments.

Changes:

  • Removes the .github/workflows/rhiza_mutation.yml and .github/workflows/rhiza_fuzzing.yml entries from the Rhiza exclude: list.
  • Deletes the comment block that justified excluding those retired opt-in workflows.

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

@tschm
tschm merged commit 672be77 into main Aug 22, 2026
41 checks passed
@tschm
tschm deleted the chore/drop-retired-workflow-excludes branch August 22, 2026 18:44
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