Merge pull request #2132 from Pushpamk/documentation
updated new github doc. link
This commit is contained in:
commit
338e03631c
2 changed files with 0 additions and 3 deletions
|
|
@ -23,7 +23,6 @@ type IssuesAndTotalCount struct {
|
|||
TotalCount int
|
||||
}
|
||||
|
||||
// Ref. https://developer.github.com/v4/object/issue/
|
||||
type Issue struct {
|
||||
ID string
|
||||
Number int
|
||||
|
|
|
|||
|
|
@ -191,7 +191,6 @@ func printHumanPrPreview(io *iostreams.IOStreams, pr *api.PullRequest) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Ref. https://developer.github.com/v4/enum/pullrequestreviewstate/
|
||||
const (
|
||||
requestedReviewState = "REQUESTED" // This is our own state for review request
|
||||
approvedReviewState = "APPROVED"
|
||||
|
|
@ -250,7 +249,6 @@ func prReviewerList(pr api.PullRequest) string {
|
|||
return reviewerList
|
||||
}
|
||||
|
||||
// Ref. https://developer.github.com/v4/union/requestedreviewer/
|
||||
const teamTypeName = "Team"
|
||||
|
||||
const ghostName = "ghost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue