/dports/devel/p5-Pithub/Pithub-0.01036/t/live/ |
H A D | pull_requests.t | 29 # Pithub::PullRequests->create 40 # Pithub::PullRequests->commits 44 # Pithub::PullRequests->files 47 # Pithub::PullRequests->update 50 # Pithub::PullRequests->get 53 # Pithub::PullRequests->list 56 # Pithub::PullRequests->is_merged 60 # Pithub::PullRequests::Comments->create 62 # Pithub::PullRequests::Comments->get 63 # Pithub::PullRequests::Comments->list [all …]
|
/dports/devel/p5-Pithub/Pithub-0.01036/t/ |
H A D | pull_requests.t | 8 use_ok('Pithub::PullRequests'); 9 use_ok('Pithub::PullRequests::Comments'); 13 # Pithub::PullRequests->commits 19 isa_ok $obj, 'Pithub::PullRequests'; 30 # Pithub::PullRequests->create 34 isa_ok $obj, 'Pithub::PullRequests'; 59 # Pithub::PullRequests->files 76 # Pithub::PullRequests->get 93 # Pithub::PullRequests->is_merged 110 # Pithub::PullRequests->merge [all …]
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/ |
H A D | pulls_test.go | 38 pulls, _, err := client.PullRequests.List(ctx, "o", "r", opts) 50 _, _, err = client.PullRequests.List(ctx, "\n", "\n", opts) 55 got, resp, err := client.PullRequests.List(ctx, "o", "r", opts) 113 _, _, err := client.PullRequests.List(ctx, "%", "r", nil) 127 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 139 _, _, err = client.PullRequests.Get(ctx, "\n", "\n", -1) 144 got, resp, err := client.PullRequests.Get(ctx, "o", "r", 1) 248 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 290 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 329 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) [all …]
|
H A D | pulls_reviews_test.go | 31 reviews, _, err := client.PullRequests.ListReviews(ctx, "o", "r", 1, opt) 46 _, _, err = client.PullRequests.ListReviews(ctx, "\n", "\n", -1, opt) 51 got, resp, err := client.PullRequests.ListReviews(ctx, "o", "r", 1, opt) 64 _, _, err := client.PullRequests.ListReviews(ctx, "%", "r", 1, nil) 78 review, _, err := client.PullRequests.GetReview(ctx, "o", "r", 1, 1) 90 _, _, err = client.PullRequests.GetReview(ctx, "\n", "\n", -1, -1) 95 got, resp, err := client.PullRequests.GetReview(ctx, "o", "r", 1, 1) 108 _, _, err := client.PullRequests.GetReview(ctx, "%", "r", 1, 1) 152 _, _, err := client.PullRequests.DeletePendingReview(ctx, "%", "r", 1, 1) 390 _, _, err = client.PullRequests.CreateReview(ctx, "\n", "\n", -1, input) [all …]
|
H A D | pulls_comments_test.go | 212 _, _, err := client.PullRequests.ListComments(ctx, "%", "r", 1, nil) 228 comment, _, err := client.PullRequests.GetComment(ctx, "o", "r", 1) 240 _, _, err = client.PullRequests.GetComment(ctx, "\n", "\n", -1) 245 got, resp, err := client.PullRequests.GetComment(ctx, "o", "r", 1) 258 _, _, err := client.PullRequests.GetComment(ctx, "%", "r", 1) 314 _, _, err := client.PullRequests.CreateComment(ctx, "%", "r", 1, nil) 411 _, _, err := client.PullRequests.EditComment(ctx, "%", "r", 1, nil) 424 _, err := client.PullRequests.DeleteComment(ctx, "o", "r", 1) 431 _, err = client.PullRequests.DeleteComment(ctx, "\n", "\n", -1) 436 return client.PullRequests.DeleteComment(ctx, "o", "r", 1) [all …]
|
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/ |
H A D | pulls_reviews_test.go | 32 reviews, _, err := client.PullRequests.ListReviews(ctx, "o", "r", 1, opt) 47 _, _, err = client.PullRequests.ListReviews(ctx, "\n", "\n", -1, opt) 52 got, resp, err := client.PullRequests.ListReviews(ctx, "o", "r", 1, opt) 65 _, _, err := client.PullRequests.ListReviews(ctx, "%", "r", 1, nil) 79 review, _, err := client.PullRequests.GetReview(ctx, "o", "r", 1, 1) 91 _, _, err = client.PullRequests.GetReview(ctx, "\n", "\n", -1, -1) 96 got, resp, err := client.PullRequests.GetReview(ctx, "o", "r", 1, 1) 109 _, _, err := client.PullRequests.GetReview(ctx, "%", "r", 1, 1) 153 _, _, err := client.PullRequests.DeletePendingReview(ctx, "%", "r", 1, 1) 391 _, _, err = client.PullRequests.CreateReview(ctx, "\n", "\n", -1, input) [all …]
|
H A D | pulls_comments_test.go | 213 _, _, err := client.PullRequests.ListComments(ctx, "%", "r", 1, nil) 229 comment, _, err := client.PullRequests.GetComment(ctx, "o", "r", 1) 241 _, _, err = client.PullRequests.GetComment(ctx, "\n", "\n", -1) 246 got, resp, err := client.PullRequests.GetComment(ctx, "o", "r", 1) 259 _, _, err := client.PullRequests.GetComment(ctx, "%", "r", 1) 315 _, _, err := client.PullRequests.CreateComment(ctx, "%", "r", 1, nil) 412 _, _, err := client.PullRequests.EditComment(ctx, "%", "r", 1, nil) 425 _, err := client.PullRequests.DeleteComment(ctx, "o", "r", 1) 432 _, err = client.PullRequests.DeleteComment(ctx, "\n", "\n", -1) 437 return client.PullRequests.DeleteComment(ctx, "o", "r", 1) [all …]
|
H A D | pulls_test.go | 39 pulls, _, err := client.PullRequests.List(ctx, "o", "r", opts) 51 _, _, err = client.PullRequests.List(ctx, "\n", "\n", opts) 56 got, resp, err := client.PullRequests.List(ctx, "o", "r", opts) 114 _, _, err := client.PullRequests.List(ctx, "%", "r", nil) 128 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 140 _, _, err = client.PullRequests.Get(ctx, "\n", "\n", -1) 145 got, resp, err := client.PullRequests.Get(ctx, "o", "r", 1) 249 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 291 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) 330 pull, _, err := client.PullRequests.Get(ctx, "o", "r", 1) [all …]
|
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
H A D | pulls_comments_test.go | 40 pulls, _, err := client.PullRequests.ListComments(context.Background(), "o", "r", 0, opt) 61 pulls, _, err := client.PullRequests.ListComments(context.Background(), "o", "r", 1, nil) 76 _, _, err := client.PullRequests.ListComments(context.Background(), "%", "r", 1, nil) 90 comment, _, err := client.PullRequests.GetComment(context.Background(), "o", "r", 1) 105 _, _, err := client.PullRequests.GetComment(context.Background(), "%", "r", 1) 127 comment, _, err := client.PullRequests.CreateComment(context.Background(), "o", "r", 1, input) 142 _, _, err := client.PullRequests.CreateComment(context.Background(), "%", "r", 1, nil) 164 comment, _, err := client.PullRequests.EditComment(context.Background(), "o", "r", 1, input) 179 _, _, err := client.PullRequests.EditComment(context.Background(), "%", "r", 1, nil) 191 _, err := client.PullRequests.DeleteComment(context.Background(), "o", "r", 1) [all …]
|
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 219 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 239 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
H A D | pulls_reviewers_test.go | 29 …got, _, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: … 40 …got, resp, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewer… 54 …got, resp, err = client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers… 76 …_, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []stri… 83 …resp, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []s… 102 got, _, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 127 got, resp, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 141 got, resp, err = client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 165 …_, _, err := client.PullRequests.ListReviewers(context.Background(), "o", "r", 1, &ListOptions{Pag… 171 …_, _, err = client.PullRequests.ListReviewers(context.Background(), "\n", "\n", 1, &ListOptions{Pa…
|
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/go-github/v26/go-github-26.0.9/github/ |
H A D | pulls_reviews_test.go | 30 reviews, _, err := client.PullRequests.ListReviews(context.Background(), "o", "r", 1, opt) 48 _, _, err := client.PullRequests.ListReviews(context.Background(), "%", "r", 1, nil) 61 review, _, err := client.PullRequests.GetReview(context.Background(), "o", "r", 1, 1) 76 _, _, err := client.PullRequests.GetReview(context.Background(), "%", "r", 1, 1) 89 review, _, err := client.PullRequests.DeletePendingReview(context.Background(), "o", "r", 1, 1) 104 _, _, err := client.PullRequests.DeletePendingReview(context.Background(), "%", "r", 1, 1) 117 …comments, _, err := client.PullRequests.ListReviewComments(context.Background(), "o", "r", 1, 1, n… 153 _, _, err := client.PullRequests.ListReviewComments(context.Background(), "%", "r", 1, 1, nil) 179 review, _, err := client.PullRequests.CreateReview(context.Background(), "o", "r", 1, input) 239 review, _, err := client.PullRequests.SubmitReview(context.Background(), "o", "r", 1, 1, input) [all …]
|
H A D | pulls_reviewers_test.go | 29 …got, resp, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewer… 40 …got, resp, err = client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers… 54 …got, resp, err = client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers… 76 …_, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []stri… 83 …resp, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []s… 102 got, resp, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 127 got, resp, err = client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 141 got, resp, err = client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 165 …_, _, err := client.PullRequests.ListReviewers(context.Background(), "o", "r", 1, &ListOptions{Pag… 171 …_, _, err = client.PullRequests.ListReviewers(context.Background(), "\n", "\n", 1, &ListOptions{Pa…
|
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/ |
H A D | pulls_comments_test.go | 38 pulls, _, err := client.PullRequests.ListComments("o", "r", 0, opt) 59 pulls, _, err := client.PullRequests.ListComments("o", "r", 1, nil) 72 _, _, err := client.PullRequests.ListComments("%", "r", 1, nil) 85 comment, _, err := client.PullRequests.GetComment("o", "r", 1) 98 _, _, err := client.PullRequests.GetComment("%", "r", 1) 120 comment, _, err := client.PullRequests.CreateComment("o", "r", 1, input) 133 _, _, err := client.PullRequests.CreateComment("%", "r", 1, nil) 155 comment, _, err := client.PullRequests.EditComment("o", "r", 1, input) 168 _, _, err := client.PullRequests.EditComment("%", "r", 1, nil) 180 _, err := client.PullRequests.DeleteComment("o", "r", 1) [all …]
|
H A D | pulls_test.go | 34 pulls, _, err := client.PullRequests.List("o", "r", opt) 47 _, _, err := client.PullRequests.List("%", "r", nil) 60 pull, _, err := client.PullRequests.Get("o", "r", 1) 81 pull, _, err := client.PullRequests.Get("o", "r", 1) 114 pull, _, err := client.PullRequests.Get("o", "r", 1) 127 _, _, err := client.PullRequests.Get("%", "r", 1) 149 pull, _, err := client.PullRequests.Create("o", "r", input) 161 _, _, err := client.PullRequests.Create("%", "r", nil) 183 pull, _, err := client.PullRequests.Edit("o", "r", 1, input) 195 _, _, err := client.PullRequests.Edit("%", "r", 1, nil) [all …]
|
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/ |
H A D | pulls_reviewers_test.go | 29 …got, _, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: … 40 …got, resp, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewer… 54 …got, resp, err = client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers… 76 …_, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []stri… 83 …resp, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []s… 102 got, _, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 127 got, resp, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 141 got, resp, err = client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 165 …_, _, err := client.PullRequests.ListReviewers(context.Background(), "o", "r", 1, &ListOptions{Pag… 171 …_, _, err = client.PullRequests.ListReviewers(context.Background(), "\n", "\n", 1, &ListOptions{Pa…
|
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/ |
H A D | pulls_reviewers_test.go | 29 …got, _, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: … 40 …got, resp, err := client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewer… 54 …got, resp, err = client.PullRequests.RequestReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers… 76 …_, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []stri… 83 …resp, err := client.PullRequests.RemoveReviewers(ctx, "o", "r", 1, ReviewersRequest{Reviewers: []s… 102 got, _, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 127 got, resp, err := client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 141 got, resp, err = client.PullRequests.ListReviewers(ctx, "o", "r", 1, nil) 165 …_, _, err := client.PullRequests.ListReviewers(context.Background(), "o", "r", 1, &ListOptions{Pag… 171 …_, _, err = client.PullRequests.ListReviewers(context.Background(), "\n", "\n", 1, &ListOptions{Pa…
|