gh-velocity status reviews#

Show PRs awaiting review

Synopsis#

Show open pull requests that are waiting for code review.

PRs waiting more than 48 hours are flagged as STALE.

This command shows the work (PRs), not individual reviewers.

gh-velocity status reviews [flags]

Examples#

  # Show review queue
  gh velocity status reviews

  # Markdown for posting to a discussion
  gh velocity status reviews -f markdown

  # JSON for automation
  gh velocity status reviews -f json

Options#

  -h, --help   help for reviews

Options inherited from parent commands#

      --config string   Path to config file (default: .gh-velocity.yml)
      --debug           Print diagnostic info to stderr
  -f, --format string   Output format: json, pretty, markdown (default "pretty")
      --new-post        Force a new post (skip idempotent update; implies --post)
      --post            Post output to GitHub (dry-run by default; set GH_VELOCITY_POST_LIVE=true for live)
  -R, --repo string     Repository in owner/name format
      --scope string    Additional GitHub search qualifier(s) ANDed with config scope

SEE ALSO#