Skip to content

vcs-github-v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:16
· 45 commits to main since this release

Added

  • PR lifecycle mutations: pr_merge(dir, n, PrMerge) — a PrMerge builder
  • pr_checks(dir, n)Vec<CheckRun> (pr checks --json …). gh signals the
  • Reviews and comments: pr_review(dir, n, ReviewAction)ReviewAction
  • GitHub Actions runs: run_list(dir, limit, branch) / run_view(dir, id)
  • Issues and releases: issue_create(dir, title, body) → URL;
  • All new dir-taking methods are mirrored on the GitHubAt bound view.
  • Injection guards on the exposed positional arguments (api endpoint,

Changed

  • Breaking: pr_create now takes a single PrCreate spec
  • Breaking: ReviewAction is now a struct with private fields built via
  • Bumped processkit to 0.8 — the re-exported Error/ProcessResult carry
  • Internal: the CliClient verbs the wrapper bodies call were renamed to one
  • New off-by-default cancellation feature: pulls in processkit's
  • Internal: the argv injection guard (reject_flag_like) now comes from the
  • auth_status reports false on any non-zero exit (was: errored on exits

Fixed

  • pr_list/pr_list_for_branch/issue_list/release_list pass --limit 100