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/Types.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2053,7 +2053,7 @@ public enum Components {
2053
2053
/// The id of the check.
2054
2054
///
2055
2055
/// - Remark: Generated from `#/components/schemas/check-run/id`.
2056
-
publicvarid:Swift.Int
2056
+
publicvarid:Swift.Int64
2057
2057
/// The SHA of the commit that is being checked.
2058
2058
///
2059
2059
/// - Remark: Generated from `#/components/schemas/check-run/head_sha`.
@@ -2192,7 +2192,7 @@ public enum Components {
2192
2192
/// - pull_requests: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.
0 commit comments