gh-lspr
gh-lspr copied to clipboard
gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond.
gh-lspr
gh lspr
is GitHub CLI extension. It helps you to check pull requests which you need to respond.
Installation
You need to install GitHub CLI before you can use this extension.
$ gh extension install kentaro-m/gh-lspr
Usage
-
gh lspr
- Show pull request list (filter by review requested, created and mentioned)
-
gh lspr --review-requested
(gh lspr -rr
)- Show pull request list which filter by review requested to others
-
gh lspr --reviewed
(gh lspr -r
)- Show pull request list which filter by reviewed by me
-
gh lspr --created
(gh lspr -c
)- Show pull request list which filter by created by myself
-
gh lspr --mentioned
(gh lspr -m
)- Show pull request list which filter by mentioned to others
Options
-
-o
,--org
- Filter by organization name or user name
-
-l
,--limit
- Maximum number of items to fetch (default 10)
-
-h
,--help
- Show help
Licence
MIT