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
Copy file name to clipboardExpand all lines: Sources/checks/Client.swift
-4
Original file line number
Diff line number
Diff line change
@@ -366,8 +366,6 @@ public struct Client: APIProtocol {
366
366
///
367
367
/// For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)".
368
368
///
369
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
@@ -861,8 +859,6 @@ public struct Client: APIProtocol {
861
859
///
862
860
/// Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.
863
861
///
864
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
Copy file name to clipboardExpand all lines: Sources/checks/Types.swift
-12
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ public protocol APIProtocol: Sendable {
64
64
///
65
65
/// For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)".
66
66
///
67
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
@@ -117,8 +115,6 @@ public protocol APIProtocol: Sendable {
117
115
///
118
116
/// Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.
119
117
///
120
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
/// For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)".
245
241
///
246
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest/post(checks/rerequest-run)`.
250
244
publicfunc checks_sol_rerequest_hyphen_run(
@@ -342,8 +336,6 @@ extension APIProtocol {
342
336
///
343
337
/// Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.
344
338
///
345
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest/post(checks/rerequest-suite)`.
349
341
publicfunc checks_sol_rerequest_hyphen_suite(
@@ -3607,8 +3599,6 @@ public enum Operations {
3607
3599
///
3608
3600
/// For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)".
3609
3601
///
3610
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest/post(checks/rerequest-run)`.
3614
3604
publicenumchecks_sol_rerequest_hyphen_run{
@@ -4711,8 +4701,6 @@ public enum Operations {
4711
4701
///
4712
4702
/// Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.
4713
4703
///
4714
-
/// OAuth apps and personal access tokens (classic) cannot use this endpoint.
0 commit comments