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 --watch
30 Watch checks until they finish
31
32
33 -w, --web
34 Open the web browser to show details about checks
35
36
37
39 -R, --repo <[HOST/]OWNER/REPO>
40 Select another repository using the [HOST/]OWNER/REPO format
41
42
43
45 gh-pr(1)
46
47
48
49 Jun 2022 GH-PR-CHECKS(1)