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: ignore GitHub virtual merge commits in PR events
- Skip GITHUB_SHA for pull_request events to avoid virtual merge commits
- GitHub Actions creates virtual merge commits for PRs that don't exist as real commits
- CLI now uses HEAD commit for PR events, GITHUB_SHA for push events
- Added comprehensive tests for both PR and push event scenarios
- Resolves issue with confusing merge messages like 'Merge abc123 into def456 (virtual)'
0 commit comments