From dbe7af9d943d15854d4dc0ff424ad75a00193730 Mon Sep 17 00:00:00 2001 From: Wei18 <11254896+Wei18@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:33:51 +0800 Subject: [PATCH 1/5] Revert "Remove submodule to improve Swift Package experience" This reverts commit cdd6cd1fc7756f51dfe0c3f90618412c5a044c23. --- .gitmodules | 4 ++++ Submodule/github/rest-api-description | 1 + 2 files changed, 5 insertions(+) create mode 160000 Submodule/github/rest-api-description diff --git a/.gitmodules b/.gitmodules index e69de29bb2d..cfdc733eb75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "Submodule/github/rest-api-description"] + path = Submodule/github/rest-api-description + url = https://github.com/github/rest-api-description.git + shallow = true diff --git a/Submodule/github/rest-api-description b/Submodule/github/rest-api-description new file mode 160000 index 00000000000..b8a14b78a08 --- /dev/null +++ b/Submodule/github/rest-api-description @@ -0,0 +1 @@ +Subproject commit b8a14b78a08975af4295c103ea347f8f42f0e684 From 43e0e2555a652256084f666768dcf4c6c0ceb360 Mon Sep 17 00:00:00 2001 From: Wei18 <11254896+Wei18@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:40:35 +0800 Subject: [PATCH 2/5] Fix: fetch-depth in .github/workflows --- .github/composites/setup/action.yml | 2 ++ .github/workflows/{CI-Dependabot.yml => DependabotPulls.yml} | 0 .github/workflows/Release.yml | 1 + .github/workflows/{CI.yml => Test.yml} | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{CI-Dependabot.yml => DependabotPulls.yml} (100%) rename .github/workflows/{CI.yml => Test.yml} (98%) diff --git a/.github/composites/setup/action.yml b/.github/composites/setup/action.yml index 4bb760c6ece..fd87b1b9392 100644 --- a/.github/composites/setup/action.yml +++ b/.github/composites/setup/action.yml @@ -12,6 +12,8 @@ runs: using: 'composite' steps: - uses: jdx/mise-action@v2 + env: + MISE_DATA_DIR: ${{ runner.temp }}/${{ github.action }}/mise with: mise_toml: | [tools] diff --git a/.github/workflows/CI-Dependabot.yml b/.github/workflows/DependabotPulls.yml similarity index 100% rename from .github/workflows/CI-Dependabot.yml rename to .github/workflows/DependabotPulls.yml diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 9927756a87c..1b99f01c5d7 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -65,6 +65,7 @@ jobs: - uses: actions/checkout@v5 with: ref: ${{ env.RELEASE_BRANCH }} + fetch-depth: 2 - name: Revert previous commit run: | diff --git a/.github/workflows/CI.yml b/.github/workflows/Test.yml similarity index 98% rename from .github/workflows/CI.yml rename to .github/workflows/Test.yml index 2ae9f62770c..0db2fad11b3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/Test.yml @@ -1,4 +1,4 @@ -name: CI +name: Test on: push: From 73eff7c33a89b2ee50e3a7c221688fca38af96ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:13:41 +0000 Subject: [PATCH 3/5] Bump Submodule/github/rest-api-description from `b8a14b7` to `ebc1fec` Bumps [Submodule/github/rest-api-description](https://github.com/github/rest-api-description) from `b8a14b7` to `ebc1fec`. - [Release notes](https://github.com/github/rest-api-description/releases) - [Commits](https://github.com/github/rest-api-description/compare/b8a14b78a08975af4295c103ea347f8f42f0e684...ebc1fecbcfb4449cc61d45e2608ac765b5b144a0) --- updated-dependencies: - dependency-name: Submodule/github/rest-api-description dependency-version: ebc1fecbcfb4449cc61d45e2608ac765b5b144a0 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 b8a14b78a08..ebc1fecbcfb 160000 --- a/Submodule/github/rest-api-description +++ b/Submodule/github/rest-api-description @@ -1 +1 @@ -Subproject commit b8a14b78a08975af4295c103ea347f8f42f0e684 +Subproject commit ebc1fecbcfb4449cc61d45e2608ac765b5b144a0 From f9564c9a39224d449265bcaeeb8aaa27b44fcfb7 Mon Sep 17 00:00:00 2001 From: Wei18 <11254896+Wei18@users.noreply.github.com> Date: Sun, 9 Nov 2025 01:03:07 +0800 Subject: [PATCH 4/5] DependabotPulls.yml --- .github/workflows/DependabotPulls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DependabotPulls.yml b/.github/workflows/DependabotPulls.yml index 539a6428594..f4edbaf95e7 100644 --- a/.github/workflows/DependabotPulls.yml +++ b/.github/workflows/DependabotPulls.yml @@ -23,7 +23,7 @@ jobs: - 5 # - 6 runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 100 steps: - uses: actions/checkout@v5 with: From 638aadf96230a67558f3b1ce2446284304aef975 Mon Sep 17 00:00:00 2001 From: Wei18 Date: Mon, 1 Dec 2025 01:51:09 +0000 Subject: [PATCH 5/5] Remove submodule to improve Swift Package experience --- .gitmodules | 4 ---- Submodule/github/rest-api-description | 1 - 2 files changed, 5 deletions(-) delete mode 160000 Submodule/github/rest-api-description diff --git a/.gitmodules b/.gitmodules index cfdc733eb75..e69de29bb2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "Submodule/github/rest-api-description"] - path = Submodule/github/rest-api-description - url = https://github.com/github/rest-api-description.git - shallow = true diff --git a/Submodule/github/rest-api-description b/Submodule/github/rest-api-description deleted file mode 160000 index ebc1fecbcfb..00000000000 --- a/Submodule/github/rest-api-description +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ebc1fecbcfb4449cc61d45e2608ac765b5b144a0