forked from HAL9000/cleveragents-core
1d5618fcdc
Implements comprehensive PR labeling system to ensure PRs inherit and maintain all relevant labels from their associated issues, addressing the issue where most PRs were not properly labeled. Changes: - pr-api-creator: inherit Priority/, MoSCoW/, Points/, State/ labels at PR creation - backlog-groomer: add Pass 19 for continuous PR-issue label synchronization - issue-state-updater: sync PR state labels when issue states change This ensures PRs always have proper Priority, MoSCoW, story points, milestone, and state labels that stay synchronized with their associated issues throughout the PR lifecycle, improving organization and tracking.