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 -i, --interval <--watch>
26 Refresh interval in seconds when using --watch flag
27
28
29 --required
30 Only show checks that are required
31
32
33 --watch
34 Watch checks until they finish
35
36
37 -w, --web
38 Open the web browser to show details about checks
39
40
41
43 -R, --repo <[HOST/]OWNER/REPO>
44 Select another repository using the [HOST/]OWNER/REPO format
45
46
47
49 gh-pr(1)
50
51
52
53 Jan 2023 GH-PR-CHECKS(1)