1GH-PR-READY(1) GitHub CLI manual GH-PR-READY(1)
2
3
4
6 gh-pr-ready - Mark a pull request as ready for review
7
8
9
11 gh pr ready [<number> | <url> | <branch>] [flags]
12
13
14
16 Mark a pull request as ready for review.
17
18
19 Without an argument, the pull request that belongs to the current
20 branch is marked as ready.
21
22
23 If supported by your plan, convert to draft with --undo
24
25
26
28 --undo Convert a pull request to "draft"
29
30
31
33 -R, --repo <[HOST/]OWNER/REPO>
34 Select another repository using the [HOST/]OWNER/REPO format
35
36
37
39 gh-pr(1)
40
41
42
43 Oct 2023 GH-PR-READY(1)