Skip to content

Commit 27e3de8

Browse files
Commit via running ake Sources/actions
1 parent 8052770 commit 27e3de8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Sources/actions/Client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5925,6 +5925,8 @@ public struct Client: APIProtocol {
59255925
///
59265926
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
59275927
///
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`.
5929+
///
59285930
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
59295931
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
59305932
public func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Output {

Sources/actions/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,8 @@ public protocol APIProtocol: Sendable {
880880
///
881881
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
882882
///
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`.
884+
///
883885
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
884886
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
885887
func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Output
@@ -2843,6 +2845,8 @@ extension APIProtocol {
28432845
///
28442846
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
28452847
///
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`.
2849+
///
28462850
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
28472851
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
28482852
public func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(
@@ -21159,6 +21163,8 @@ public enum Operations {
2115921163
///
2116021164
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
2116121165
///
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`.
21167+
///
2116221168
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
2116321169
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
2116421170
public enum actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo {

0 commit comments

Comments
 (0)