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: align verify script with README merge strategy
The verify script was checking for rebase-only configuration while the
README recommends merge-commits-only. This inconsistency caused confusion
when the script reported failures for correctly configured repositories.
Changes:
- Check for merge commits enabled (not rebase)
- Check for rebase disabled (not enabled)
- Update info messages to reflect merge-commits-only strategy
- Add comment explaining the rationale (merge commits preserve history,
strict branch protection ensures rebased PRs)
0 commit comments