![]() |
![]()
| ![]() |
![]()
NAMEgh-pr-review - Add a review to a pull request SYNOPSISgh pr review [<number> | <url> | <branch>] [flags] DESCRIPTIONAdd a review to a pull request. Without an argument, the pull request that belongs to the current branch is reviewed. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Approve the pull request of the current branch $ gh pr review --approve # Leave a review comment for the current branch $ gh pr review --comment -b "interesting" # Add a review for a specific pull request $ gh pr review 123 # Request changes on a specific pull request $ gh pr review 123 -r -b "needs more ASCII art" SEE ALSOgh-pr(1)
|