gh pr checks

gh pr checks [<number> | <url> | <branch>] [flags]

Show CI status for a single pull request.

Without an argument, the pull request that belongs to the current branch is selected.

Options

--fail-fast
Exit watch mode on first check failure
-i, --interval <--watch> (default 10)
Refresh interval in seconds when using --watch flag
-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
--required
Only show checks that are required
-t, --template <string>
Format JSON output using a Go template; see "gh help formatting"
--watch
Watch checks until they finish
-w, --web
Open the web browser to show details about checks

Options inherited from parent commands

-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format

JSON Fields

bucket, completedAt, description, event, link, name, startedAt, state, workflow

See also