deps_add epic: title prefix check is case-sensitive - "epic: ..." gets double-prefixed to "Epic: epic: ..." #210
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Papercut from filing #206. deps_add with epic= prefixes the parent's title with "Epic: " unless it already has one, but the already-has-one check is case-sensitive: a title starting with "epic: " (lowercase) gets prefixed anyway, producing "Epic: epic: strict-omission destruction model - ...". Had to hand-edit the title back.
Fix: treat an existing "epic:" prefix case-insensitively (and tolerate surrounding whitespace) when deciding whether to prepend.
Acceptance criteria: