gh_repos_post_pulls_comments: Create a comment.

Description Usage Arguments Details

Description

#TODO Alternative input ( http://developer.github.com/v3/pulls/comments/ ) description: | Alternative Input. Instead of passing commit_id, path, and position you can reply to an existing Pull Request Comment like this:

Usage

1
gh_repos_post_pulls_comments(owner, repo, number, body, ...)

Arguments

owner

Name of repository owner.

repo

Name of repository.

number

Id of pull.

body

body

...

Additional parameters to pass to gh. See details.

Details

body Required string in_reply_to Required number - Comment id to reply to.

Additional parameters that can be passed:

type

It takes values in: all, public, private, forks, sources, member. The default is: all

Accept

Is used to set specified media type.


ramnathv/gh3 documentation built on May 7, 2019, 12:53 a.m.