Skip to content

Commit 74a1335

Browse files
Merge pull request #48 from Wei18/dependabot/submodules/Submodule/github/rest-api-description-66db9e2
Bump Submodule/github/rest-api-description from `100282f` to `66db9e2`
2 parents 274648c + a2c9a49 commit 74a1335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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)