This commit fixes all 7 failing autoimport tests by correcting a bug in import_shared.go where the function returned early when no issue prefix was configured, preventing any imports from happening. Changes: - Fix early return bug in importIssuesCore (import_shared.go:85-121) - Now continues with import even when prefix is not configured - Only validates prefixes when a prefix is actually set - Delete test issues bd-50 through bd-63 (14 cleanup issues) All tests now pass: ✅ TestAutoImportMultipleCollisionsRemapped ✅ TestAutoImportAllCollisionsRemapped ✅ TestAutoImportExactMatchesOnly ✅ TestAutoImportNewIssuesOnly ✅ TestAutoImportIfNewer ✅ TestAutoImportNoCollision ✅ TestAutoImportClosedAtInvariant 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 KiB
16 KiB