mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 00:03:23 +00:00
### 🚀 Features - Added `validate` job that runs on version branch PRs as required status check - Added pre-merge validation with tests, build, and branch type detection ### 🐛 Bug Fixes - Fixed workflow timing: now blocks PR merge until validation passes - Changed trigger from `types: [closed]` to `types: [opened, synchronize, reopened]` - Separated validation (PR) from publishing (post-merge) workflows ### 🔧 Improvements - Version publishing only runs after successful merge to main - Clear messaging about release type during PR validation - Prevents immediate PR closure before workflow completion 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>