cli/api
Kynan Ware 04bf86a72c Address PR review comments
Address PR review comments: code consistency and DRY improvements

- Add botTypeName const for consistency with teamTypeName
- Create extractTeamSlugs helper using strings.SplitN to simplify
  team slug extraction logic
- Replace duplicate code in AddPullRequestReviews and
  RemovePullRequestReviews with extractTeamSlugs helper
- Fix ClientMutationId naming with explicit graphql tag for
  consistency with other mutations in the codebase
2026-02-05 14:01:21 -07:00
..
client.go refactor: remove returned resp from api.EndpointNeedsScopes 2025-11-03 20:05:24 +00:00
client_test.go Set default Accept header for api command when one is not specified (#8303) 2023-11-06 15:22:32 +01:00
export_pr.go Add closedByPullRequestsReferences JSON field to issue view (#10941) 2025-05-07 13:59:22 +01:00
export_pr_test.go Add closedByPullRequestsReferences JSON field to issue view (#10941) 2025-05-07 13:59:22 +01:00
export_repo.go Remove unnecessary pointers to Go maps 2021-10-25 17:20:12 +02:00
http_client.go fix(api): expose SkipDefaultHeaders option 2025-10-13 16:37:04 +01:00
http_client_test.go test(api): assert SkipDefaultHeaders is honoured 2025-10-13 16:37:32 +01:00
pull_request_test.go fix: resolve copyloopvar issues 2025-11-03 20:05:26 +00:00
queries_branch_issue_reference.go Update api/queries_branch_issue_reference.go 2024-08-18 09:25:30 +08:00
queries_comments.go Add --delete-last option to pr comment and issue comment (#10596) 2025-05-01 14:12:55 +01:00
queries_issue.go Update gh issue view to show v2 projects 2025-08-12 16:18:45 -04:00
queries_org.go Refactor OrganizationTeam 2024-01-26 00:21:52 +08:00
queries_pr.go Address PR review comments 2026-02-05 14:01:21 -07:00
queries_pr_review.go Fix JSON payload for PR review author 2023-01-18 21:33:29 +01:00
queries_pr_test.go gh pr create: CCR and multiselectwithsearch 2026-02-04 14:56:05 -07:00
queries_projects_v2.go typo: dont to don't 2026-01-26 22:25:00 +08:00
queries_projects_v2_test.go Add test to ensure null values are skipped 2025-12-22 10:16:21 -05:00
queries_repo.go Clarify Copilot assignee comment 2026-01-30 11:17:25 -07:00
queries_repo_test.go refactor: use slices.Equal to simplify code (#11364) 2025-08-26 15:29:19 -06:00
queries_user.go refactor: use a more straightforward return value 2025-02-23 22:59:33 +08:00
query_builder.go Include name in reviewer display for existing review requests 2026-01-29 12:46:26 -07:00
query_builder_test.go Add tests for issue and PR project items query building 2023-11-01 17:40:29 +01:00
reaction_groups.go Eliminate API overfetching in pr commands 2021-04-30 20:34:36 +02:00
reaction_groups_test.go Address PR comments 2020-12-08 10:24:02 -05:00