You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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