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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5925,6 +5925,8 @@ public struct Client: APIProtocol {
5925
5925
///
5926
5926
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
5927
5927
///
5928
+
/// 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`.
Copy file name to clipboardExpand all lines: Sources/actions/Types.swift
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -880,6 +880,8 @@ public protocol APIProtocol: Sendable {
880
880
///
881
881
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
882
882
///
883
+
/// 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`.
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
2845
2847
///
2848
+
/// 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`.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
2848
2852
public func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(
@@ -21159,6 +21163,8 @@ public enum Operations {
21159
21163
///
21160
21164
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
21161
21165
///
21166
+
/// 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`.
0 commit comments