pre-fill canonical label names in editor template #22
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
nagonag
nagonag/ignore
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
heiko/fj!22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/20-autocomplete-label-create"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #20.
Summary
resolveLabelsToNameshelper that maps raw--labelinput to canonical names using the existing fuzzy matching logicissue createandpr createbefore building the editor template, so--label bushowsBugin the editor instead ofburesolveLabelscallTest plan
fj issue create --label bu— editor opens withlabel: Bugfj pr create --label enh— editor opens withlabel: Enhancementfj issue create --label xyz— editor opens withlabel: xyz, error surfaces fastgo test ./...passesb8d504519399553f48d9looks good.
checkLabelsbefore the editor is the right call — fail fast on typos.labelNameshelper avoids the duplicate slice build inresolveLabels. TDD structure is clean.