Skip to content

Commit a2c9a49

Browse files
Commit via running ake Sources/repos
1 parent 137189e commit a2c9a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/repos/Types.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10785,10 +10785,10 @@ public enum Components {
1078510785
///
1078610786
/// - Remark: Generated from `#/components/schemas/repository-ruleset-bypass-actor/actor_type`.
1078710787
@frozen public enum actor_typePayload: String, Codable, Hashable, Sendable {
10788-
case RepositoryRole = "RepositoryRole"
10789-
case Team = "Team"
1079010788
case Integration = "Integration"
1079110789
case OrganizationAdmin = "OrganizationAdmin"
10790+
case RepositoryRole = "RepositoryRole"
10791+
case Team = "Team"
1079210792
}
1079310793
/// The type of actor that can bypass a ruleset
1079410794
///

0 commit comments

Comments
 (0)