From 137189e012fe80c4eaa2c9095629450f7dfd12ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:14:55 +0000 Subject: [PATCH 1/2] Bump Submodule/github/rest-api-description from `100282f` to `66db9e2` Bumps [Submodule/github/rest-api-description](https://github.com/github/rest-api-description) from `100282f` to `66db9e2`. - [Release notes](https://github.com/github/rest-api-description/releases) - [Commits](https://github.com/github/rest-api-description/compare/100282f36f15a8eaa0c3be16ef7aa7f32237d896...66db9e217a32aaa0721b9c51c371e5a86c3beeb7) --- updated-dependencies: - dependency-name: Submodule/github/rest-api-description dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Submodule/github/rest-api-description | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submodule/github/rest-api-description b/Submodule/github/rest-api-description index 100282f36f1..66db9e217a3 160000 --- a/Submodule/github/rest-api-description +++ b/Submodule/github/rest-api-description @@ -1 +1 @@ -Subproject commit 100282f36f15a8eaa0c3be16ef7aa7f32237d896 +Subproject commit 66db9e217a32aaa0721b9c51c371e5a86c3beeb7 From a2c9a49b07b318f30b49192be551447a00f9e935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2024 21:38:38 +0000 Subject: [PATCH 2/2] Commit via running ake Sources/repos --- Sources/repos/Types.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/repos/Types.swift b/Sources/repos/Types.swift index 6ce84d8047f..e391264634f 100644 --- a/Sources/repos/Types.swift +++ b/Sources/repos/Types.swift @@ -10785,10 +10785,10 @@ public enum Components { /// /// - Remark: Generated from `#/components/schemas/repository-ruleset-bypass-actor/actor_type`. @frozen public enum actor_typePayload: String, Codable, Hashable, Sendable { - case RepositoryRole = "RepositoryRole" - case Team = "Team" case Integration = "Integration" case OrganizationAdmin = "OrganizationAdmin" + case RepositoryRole = "RepositoryRole" + case Team = "Team" } /// The type of actor that can bypass a ruleset ///