1GH-PR-READY(1) GitHub CLI manual GH-PR-READY(1)
23
4
NAME
6gh-pr-ready - Mark a pull request as ready for review
78
9
SYNOPSIS
11gh pr ready [<number> | <url> | <branch>] [flags]
1213
14
DESCRIPTION
16Mark a pull request as ready for review.
1718
19
Without an argument, the pull request that belongs to the current
20branch is marked as ready.
2122
23
OPTIONS INHERITED FROM PARENT COMMANDS
25-R, --repo <[HOST/]OWNER/REPO>
26Select another repository using the [HOST/]OWNER/REPO format
2728
29
SEE ALSO
31gh-pr(1)
3233
34
35
Jun 2022 GH-PR-READY(1)