Skip to content

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Dec 8, 2025

Summary

  • Add validation for gha-find-replace actions
  • Fail the workflow if no files are modified during file updates
  • This prevents silent failures in the release process

🤖 Generated with Claude Code


Note

Adds a validation step to the release workflow to fail if the changelog find-replace makes no modifications.

  • CI · Release workflow (.github/workflows/release.yml)
    • Assigns id: update_changelog to the gha-find-replace changelog step.
    • Adds a validation step to exit with error if modifiedFiles from update_changelog is 0.

Written by Cursor Bugbot for commit 73b489b. This will update automatically on new commits. Configure here.

Fail the workflow if no files are modified during file updates.
This prevents silent failures in the release process.
@adamtheturtle adamtheturtle enabled auto-merge (squash) December 8, 2025 07:26
@adamtheturtle adamtheturtle merged commit cb549ec into main Dec 8, 2025
104 checks passed
@adamtheturtle adamtheturtle deleted the add-gha-find-replace-validation branch December 8, 2025 07:40
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