You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,7 +83,7 @@ Star or unstar a GitHub repository.
101
83
102
84
---
103
85
104
-
## ListStargazers
86
+
## Github.ListStargazers
105
87
106
88
<br />
107
89
<TabbedCodeBlock
@@ -128,7 +110,7 @@ List the stargazers of a GitHub repository.
128
110
129
111
---
130
112
131
-
## CreateIssue
113
+
## Github.CreateIssue
132
114
133
115
<br />
134
116
<TabbedCodeBlock
@@ -160,7 +142,7 @@ Create an issue in a GitHub repository.
160
142
161
143
---
162
144
163
-
## CreateIssueComment
145
+
## Github.CreateIssueComment
164
146
165
147
<br />
166
148
<TabbedCodeBlock
@@ -189,7 +171,7 @@ Create a comment on an issue in a GitHub repository.
189
171
190
172
---
191
173
192
-
## ListPullRequests
174
+
## Github.ListPullRequests
193
175
194
176
<br />
195
177
<TabbedCodeBlock
@@ -223,7 +205,7 @@ List pull requests in a GitHub repository.
223
205
224
206
---
225
207
226
-
## GetPullRequest
208
+
## Github.GetPullRequest
227
209
228
210
<br />
229
211
<TabbedCodeBlock
@@ -252,7 +234,7 @@ Get details of a pull request in a GitHub repository.
252
234
253
235
---
254
236
255
-
## UpdatePullRequest
237
+
## Github.UpdatePullRequest
256
238
257
239
<br />
258
240
<TabbedCodeBlock
@@ -284,7 +266,7 @@ Update a pull request in a GitHub repository.
284
266
285
267
---
286
268
287
-
## ListPullRequestCommits
269
+
## Github.ListPullRequestCommits
288
270
289
271
<br />
290
272
<TabbedCodeBlock
@@ -314,7 +296,7 @@ List commits (from oldest to newest) on a pull request in a GitHub repository.
314
296
315
297
---
316
298
317
-
## CreateReplyForReviewComment
299
+
## Github.CreateReplyForReviewComment
318
300
319
301
<br />
320
302
<TabbedCodeBlock
@@ -343,7 +325,7 @@ Create a reply to a review comment for a pull request in a GitHub repository.
343
325
344
326
---
345
327
346
-
## ListReviewCommentsOnPullRequest
328
+
## Github.ListReviewCommentsOnPullRequest
347
329
348
330
<br />
349
331
<TabbedCodeBlock
@@ -376,7 +358,7 @@ List review comments on a pull request in a GitHub repository.
376
358
377
359
---
378
360
379
-
## CreateReviewComment
361
+
## Github.CreateReviewComment
380
362
381
363
<br />
382
364
<TabbedCodeBlock
@@ -414,7 +396,7 @@ If the subject_type is not 'file', then the start_line and end_line parameters a
414
396
415
397
---
416
398
417
-
## CountStargazers
399
+
## Github.CountStargazers
418
400
419
401
<br />
420
402
<TabbedCodeBlock
@@ -440,7 +422,7 @@ Count the number of stargazers (stars) for a GitHub repository.
440
422
441
423
---
442
424
443
-
## ListOrgRepositories
425
+
## Github.ListOrgRepositories
444
426
445
427
<br />
446
428
<TabbedCodeBlock
@@ -471,7 +453,7 @@ List repositories for the specified GitHub organization.
471
453
472
454
---
473
455
474
-
## GetRepository
456
+
## Github.GetRepository
475
457
476
458
<br />
477
459
<TabbedCodeBlock
@@ -498,7 +480,7 @@ Get detailed information about a GitHub repository.
498
480
499
481
---
500
482
501
-
## ListRepositoryActivities
483
+
## Github.ListRepositoryActivities
502
484
503
485
<br />
504
486
<TabbedCodeBlock
@@ -533,7 +515,7 @@ List repository activities such as pushes, merges, force pushes, and branch chan
533
515
534
516
---
535
517
536
-
## ListReviewCommentsInARepository
518
+
## Github.ListReviewCommentsInARepository
537
519
538
520
<br />
539
521
<TabbedCodeBlock
@@ -573,4 +555,4 @@ With the hosted Arcade Engine, there's nothing to configure. Your users will see
573
555
574
556
With a self-hosted installation of Arcade, you need to [configure the GitHub auth provider](/home/auth-providers/github#configuring-github-auth) with your own GitHub app credentials.
0 commit comments