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/actions/Client.swift
+3-1
Original file line number
Diff line number
Diff line change
@@ -6723,7 +6723,7 @@ public struct Client: APIProtocol {
6723
6723
///
6724
6724
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
6725
6725
///
6726
-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
6726
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -9384,6 +9384,8 @@ public struct Client: APIProtocol {
9384
9384
///
9385
9385
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
9386
9386
///
9387
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
Copy file name to clipboardExpand all lines: Sources/actions/Types.swift
+9-3
Original file line number
Diff line number
Diff line change
@@ -997,7 +997,7 @@ public protocol APIProtocol: Sendable {
997
997
///
998
998
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
999
999
///
1000
-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
1000
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -1376,6 +1376,8 @@ public protocol APIProtocol: Sendable {
1376
1376
///
1377
1377
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
1378
1378
///
1379
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
3165
3167
///
3166
-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
3168
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -3808,6 +3810,8 @@ extension APIProtocol {
3808
3810
///
3809
3811
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
3810
3812
///
3813
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs/get(actions/list-workflow-runs)`.
3813
3817
public func actions_sol_list_hyphen_workflow_hyphen_runs(
@@ -23442,7 +23446,7 @@ public enum Operations {
23442
23446
///
23443
23447
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
23444
23448
///
23445
-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
23449
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -29355,6 +29359,8 @@ public enum Operations {
29355
29359
///
29356
29360
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
29357
29361
///
29362
+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
0 commit comments