cli/pkg/cmd/discussion/client
Babak K. Shandiz 618dbf33f0
fix(discussion/client): improve label resolution error handling
- Break early from pagination when all wanted labels are found
- Collect all missing labels and report them in a single error message
- Guard missing-label check with len(found) != len(wanted)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 12:46:33 +01:00
..
client.go feat(discussion/client): add GetCommentReplies with paginated reply fetching 2026-04-27 10:57:45 +01:00
client_impl.go fix(discussion/client): improve label resolution error handling 2026-05-05 12:46:33 +01:00
client_impl_test.go discussion create: add label support via two-step GraphQL 2026-05-01 14:17:38 -05:00
client_mock.go feat(discussion/client): add GetCommentReplies with paginated reply fetching 2026-04-27 10:57:45 +01:00
types.go discussion create: add label support via two-step GraphQL 2026-05-01 14:17:38 -05:00