Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 14 Apr 02:31
· 12 commits to main since this release
8547a82

Added

  • mark_pr_ready: GraphQL markPullRequestAsReady mutation to remove draft status from a PR (REST API has no endpoint for this); includes private graphql_connection helper
  • get_tree: fetch recursive repo file tree via Git Trees API (GET /repos/{owner}/{repo}/git/trees/{sha})
  • get_file_content: fetch a single file's content via Contents API with optional ref param
  • list_all_pull_request_files: paginated variant that collects all pages (100/page) until exhausted; original list_pull_request_files preserved for backward compat
  • list_pull_request_review_comments: fetch inline code review comments (GET /pulls/{n}/comments), distinct from issue comments
  • list_pull_request_commits: simplified variant (per_page: 100, no cache) for fleet validator stale-diff guard