1
0
Fork 0
cautious-journey/docs/api/cautious-journey.githubremo...

2.1 KiB

Home > cautious-journey > GithubRemote

GithubRemote class

Github/Octokit API implementation of the Remote contract.

Signature:

export declare class GithubRemote implements Remote 

Implements: Remote

Constructors

Constructor Modifiers Description
(constructor)(options) Constructs a new instance of the GithubRemote class

Properties

Property Modifiers Type Description
options RemoteOptions
request Octokit Github API client. Will not be set for a dry run.
writeCapable boolean
writeRequest Octokit

Methods

Method Modifiers Description
connect()
createComment()
createLabel(options)
deleteLabel(options)
getIssue()
getLabel()
listIssues(options)
listLabels(options)
splitProject(project)
updateIssue(options)
updateLabel(options)