-
Notifications
You must be signed in to change notification settings - Fork 0
[Sub-Task] Normalize Label Parsing for Auto-Intake Workflow #7
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requested
Summary
As a sub-task of #3 Feature: Auto-intake & Sprint Mapping, we need to normalize how labels are parsed in the GitHub Action so fields (Priority, Size, Cycle) always map correctly.
Problem
The Action currently expects exact label formats (
priority:P1,effort:M), but contributors may use different capitalization or spacing. This causes fields in ERIFY Studio Team Planning (4PW) to remain unset.Proposed Solution
P0vspriority:P0).P2if no match is found.Acceptance Criteria
PriorityandSizefields always set when labels are present.plannedalways assign toCycle @current.Additional Context
This sub-issue supports the larger automation effort (#3) and ensures reliability for sprint planning and capacity views.