Skip to content

Commit 338e036

Browse files
authored
Merge pull request cli#2132 from Pushpamk/documentation
updated new github doc. link
2 parents 0d593e7 + 5817831 commit 338e036

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

api/queries_issue.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type IssuesAndTotalCount struct {
2323
TotalCount int
2424
}
2525

26-
// Ref. https://developer.github.com/v4/object/issue/
2726
type Issue struct {
2827
ID string
2928
Number int

pkg/cmd/pr/view/view.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ func printHumanPrPreview(io *iostreams.IOStreams, pr *api.PullRequest) error {
191191
return nil
192192
}
193193

194-
// Ref. https://developer.github.com/v4/enum/pullrequestreviewstate/
195194
const (
196195
requestedReviewState = "REQUESTED" // This is our own state for review request
197196
approvedReviewState = "APPROVED"
@@ -250,7 +249,6 @@ func prReviewerList(pr api.PullRequest) string {
250249
return reviewerList
251250
}
252251

253-
// Ref. https://developer.github.com/v4/union/requestedreviewer/
254252
const teamTypeName = "Team"
255253

256254
const ghostName = "ghost"

0 commit comments

Comments
 (0)