Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
gh(1)Aug(2020)							gh(1)Aug(2020)

Auto generated by spf13/cobra

NAME
       gh-pr-review - Add a review to a	pull request

SYNOPSIS
       gh pr review [ |	 | ] [flags]

DESCRIPTION
       Add a review to a pull request.

       Without	an  argument,  the  pull  request  that	belongs	to the current
       branch is reviewed.

OPTIONS
       -a, --approve[=false]	  Approve pull request

       -b, --body=""	  Specify the body of a	review

       -c, --comment[=false]	  Comment on a pull request

       -r, --request-changes[=false]	  Request changes on a pull request

OPTIONS	INHERITED FROM PARENT COMMANDS
       --help[=false]	   Show	help for command

       -R, --repo=""	  Select another repository using the OWNER/REPO  for-
       mat

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 ALSO
       gh-pr(1)

HISTORY
       31-Aug-2020 Auto	generated by spf13/cobra

								gh(1)Aug(2020)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | EXAMPLE | SEE ALSO | HISTORY

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-pr-review&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>

home | help