Merge pull request #2132 from Pushpamk/documentation

updated new github doc. link
This commit is contained in:
Sam 2020-10-08 17:21:35 +02:00 committed by GitHub
commit 338e03631c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@ type IssuesAndTotalCount struct {
TotalCount int
}
// Ref. https://developer.github.com/v4/object/issue/
type Issue struct {
ID string
Number int

View file

@ -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"