Files
wizarr/.github/workflows
Matthieu B c5932347be fix: improve auto-release workflow to only run on Release PR merges
- Change trigger from push to pull_request closed
- Only run when Release PRs are merged (title starts with 'Release v')
- Check for existing releases to avoid duplicate creation errors
- Simplify version checking using PR title instead of git comparison
- Add proper error handling and informative summaries

This prevents the workflow from running on every push to main
and ensures it only creates releases when Release PRs are merged.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 10:16:10 +02:00
..
2025-06-02 17:32:10 +01:00