[claude] refactor: break up dispatch_issue() into helpers (#1187) #1188

Merged
claude merged 1 commits from claude/issue-1187 into main 2026-03-23 21:49:45 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
493b4b7a16 refactor: break up dispatch_issue() into focused helpers
Some checks failed
Tests / lint (pull_request) Successful in 15s
Tests / test (pull_request) Failing after 29m7s
Extract _apply_label_to_issue(), _post_dispatch_comment(), and
_perform_gitea_dispatch() so that no function exceeds 50 lines.
dispatch_issue() is now 41 lines; all helpers are ≤35 lines.

Fixes #1187
2026-03-23 17:49:20 -04:00