1GH-PR-CHECKS(1) GitHub CLI manual GH-PR-CHECKS(1)
2
3
4
6 gh-pr-checks - Show CI status for a single pull request
7
8
9
11 gh pr checks [<number> | <url> | <branch>] [flags]
12
13
14
16 Show CI status for a single pull request.
17
18
19 Without an argument, the pull request that belongs to the current
20 branch is selected.
21
22
23
25 --fail-fast
26 Exit watch mode on first check failure
27
28
29 -i, --interval <--watch>
30 Refresh interval in seconds when using --watch flag
31
32
33 --required
34 Only show checks that are required
35
36
37 --watch
38 Watch checks until they finish
39
40
41 -w, --web
42 Open the web browser to show details about checks
43
44
45
47 -R, --repo <[HOST/]OWNER/REPO>
48 Select another repository using the [HOST/]OWNER/REPO format
49
50
51
53 gh-pr(1)
54
55
56
57 Oct 2023 GH-PR-CHECKS(1)