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-list - List and filter pull requests in this repository

SYNOPSIS
       gh pr list [flags]

DESCRIPTION
       List and	filter pull requests in	this repository

OPTIONS
       -a, --assignee=""      Filter by	assignee

       -B, --base=""	  Filter by base branch

       -l, --label=[]	   Filter by labels

       -L, --limit=30	   Maximum number of items to fetch

       -s, --state="open"      Filter by state:	{open|closed|merged|all}

       -w, --web[=false]      Open the browser to list the pull	request(s)

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

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

EXAMPLE
	      $	gh pr list --limit 999
	      $	gh pr list --state closed
	      $	gh pr list --label "priority 1"	--label	"bug"
	      $	gh pr list --web

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-list&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>

home | help