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
..
auto-release.yml fix: improve auto-release workflow to only run on Release PR merges 2025-09-10 10:16:10 +02:00
calver-automation.yml feat: remove RC workflow and simplify to stable releases only 2025-09-09 22:27:02 +02:00
ci.yml Enhance CI workflow and Dockerfile for improved caching, ensure database directory exists, and update entrypoint script for critical directory creation 2025-08-12 19:18:18 +02:00
create-release.yml feat: use RELEASE_PLEASE_TOKEN to trigger CI workflows on release PRs 2025-09-06 11:12:28 +02:00
i18n-template.yml clean 2025-06-02 17:32:10 +01:00
pr-test.yml fix: update E2E multi-server test expectations to handle server connection failures 2025-08-31 18:29:48 +02:00
publish-manifest.yml feat: add notes to multi-user 2025-09-05 15:31:17 +02:00
pytest.yml fix: update E2E multi-server test expectations to handle server connection failures 2025-08-31 18:29:48 +02:00
release.yml feat: remove RC workflow and simplify to stable releases only 2025-09-09 22:27:02 +02:00
verify-translations.yml ci: streamline workflows and add translation verification 2025-05-24 23:16:47 +01:00