You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: consolidate GitHub Actions workflows to fix release trigger
- Replace separate feature.yaml and main.yaml with unified ci.yml
- Fix release job not triggering on PR merge by adding closed event
- Add semantic PR validation for conventional commits
- Update to astral-sh/setup-uv@v3 for better compatibility
- Configure release job to trigger on both merged PRs and main pushes
- Add merged-test job to verify PR merge commits
This ensures releases are properly triggered when PRs are merged to main
and maintains CI/CD pipeline functionality for all development workflows.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments