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

Add validation to the release workflow to fail if the changelog update modifies no files.

  • CI (release workflow) in .github/workflows/release.yml:
    • Add id: update_changelog to the changelog update step for output access.
    • New validation step to fail the workflow if gha-find-replace modifies 0 files (ensuring changelog actually updates).

Written by Cursor Bugbot for commit af3d682. 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 merged commit 3a6eb28 into main Dec 8, 2025
10 checks passed
@adamtheturtle adamtheturtle deleted the add-gha-find-replace-validation branch December 8, 2025 07:30
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