1GH-PR-READY(1)                 GitHub CLI manual                GH-PR-READY(1)
2
3
4

NAME

6       gh-pr-ready - Mark a pull request as ready for review
7
8
9

SYNOPSIS

11       gh pr ready [<number> | <url> | <branch>] [flags]
12
13
14

DESCRIPTION

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

OPTIONS

28       --undo Convert a pull request to "draft"
29
30
31

OPTIONS INHERITED FROM PARENT COMMANDS

33       -R, --repo <[HOST/]OWNER/REPO>
34              Select another repository using the [HOST/]OWNER/REPO format
35
36
37

SEE ALSO

39       gh-pr(1)
40
41
42
43                                   Jan 2023                     GH-PR-READY(1)
Impressum