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
/// - status: The phase of the lifecycle that the check is currently in.
2142
+
/// - status: The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.
2140
2143
/// - conclusion:
2141
2144
/// - started_at:
2142
2145
/// - completed_at:
@@ -2409,12 +2412,19 @@ public enum Components {
2409
2412
///
2410
2413
/// - Remark: Generated from `#/components/schemas/check-suite/head_sha`.
2411
2414
publicvarhead_sha:Swift.String
2415
+
/// The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.
2416
+
///
2412
2417
/// - Remark: Generated from `#/components/schemas/check-suite/status`.
/// The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.
2427
+
///
2418
2428
/// - Remark: Generated from `#/components/schemas/check-suite/status`.
/// - Remark: Generated from `#/components/schemas/check-suite/conclusion`.
@@ -2465,7 +2475,7 @@ public enum Components {
2465
2475
/// - node_id:
2466
2476
/// - head_branch:
2467
2477
/// - head_sha: The SHA of the head commit that is being checked.
2468
-
/// - status:
2478
+
/// - status: The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.
0 commit comments