Provided by: gh_2.4.0+dfsg1-2_amd64 

NAME
gh-pr-comment - Create a new pr comment
SYNOPSIS
gh pr comment [<number> | <url> | <branch>] [flags]
DESCRIPTION
Create a new pr comment.
Without an argument, the pull request that belongs to the current branch is selected.
With '--web', comment on the pull request in a web browser instead.
OPTIONS
-b, --body <string>
Supply a body. Will prompt for one otherwise.
-F, --body-file <file>
Read body text from file (use "-" to read from standard input)
-e, --editor
Add body using editor
-w, --web
Add body in browser
OPTIONS INHERITED FROM PARENT COMMANDS
-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
EXAMPLE
$ gh pr comment 22 --body "This looks great, lets get it deployed."
SEE ALSO
gh-pr(1)
Mar 2022 GH-PR-COMMENT(1)