From 2bc428b955a160a4d245d3b0e95957f473729ffe Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 22 Mar 2026 03:16:34 +0000 Subject: [PATCH 1/3] ci(actions): Update workflow templates from organization template repository Signed-off-by: GitHub --- .github/actions-lock.txt | 1 + .github/workflows/sync-workflow-templates.yml | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/actions-lock.txt b/.github/actions-lock.txt index d47b324297b..a5e5a81c2d8 100644 --- a/.github/actions-lock.txt +++ b/.github/actions-lock.txt @@ -25,3 +25,4 @@ b3df400f278aceee04fa140c6c4efe3a phpunit-sqlite.yml 3546915f4efeb698b828e1aa3861d26e update-nextcloud-ocp.yml 48c2c657b87747c9faeb589bcce08923 update-stable-titles.yml 26643b198ad046f61d2a78c5342aec0e lint-typescript.yml +9748607544294975609be21633372bdd sync-workflow-templates.yml diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index 92d54b59751..2ea8a318ecd 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -1,8 +1,13 @@ -# This workflow will update all workflow templates +# This workflow is provided via the organization template repository +# +# https://github.com/nextcloud/.github +# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization # # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT +# This workflow will update all workflow templates +# Additionally it will reapply `workflow.yml.patch` files after syncing and only then commit the result name: Update workflows on: workflow_dispatch: @@ -132,3 +137,4 @@ jobs: ${{ env.SUMMARY }} labels: | dependencies + 3. to review From ffef31c8b764056d912431eae560c0963dfda381 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 Mar 2026 09:08:48 +0100 Subject: [PATCH 2/3] ci(workflows): Fix name of patch files Signed-off-by: Joas Schilling --- ...workflow-templates.patch => sync-workflow-templates.yml.patch} | 0 ...{update-nextcloud-ocp.patch => update-nextcloud-ocp.yml.patch} | 0 ...nextcloud-openapi.patch => update-nextcloud-openapi.yml.patch} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{sync-workflow-templates.patch => sync-workflow-templates.yml.patch} (100%) rename .github/workflows/{update-nextcloud-ocp.patch => update-nextcloud-ocp.yml.patch} (100%) rename .github/workflows/{update-nextcloud-openapi.patch => update-nextcloud-openapi.yml.patch} (100%) diff --git a/.github/workflows/sync-workflow-templates.patch b/.github/workflows/sync-workflow-templates.yml.patch similarity index 100% rename from .github/workflows/sync-workflow-templates.patch rename to .github/workflows/sync-workflow-templates.yml.patch diff --git a/.github/workflows/update-nextcloud-ocp.patch b/.github/workflows/update-nextcloud-ocp.yml.patch similarity index 100% rename from .github/workflows/update-nextcloud-ocp.patch rename to .github/workflows/update-nextcloud-ocp.yml.patch diff --git a/.github/workflows/update-nextcloud-openapi.patch b/.github/workflows/update-nextcloud-openapi.yml.patch similarity index 100% rename from .github/workflows/update-nextcloud-openapi.patch rename to .github/workflows/update-nextcloud-openapi.yml.patch From 3935a2cd859f90b4248c587aac2b129135f7d66a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 Mar 2026 09:14:47 +0100 Subject: [PATCH 3/3] ci(workflows): Reapply patches Signed-off-by: Joas Schilling --- .github/workflows/sync-workflow-templates.yml | 1 - .github/workflows/update-nextcloud-ocp.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index 2ea8a318ecd..89c31367372 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -137,4 +137,3 @@ jobs: ${{ env.SUMMARY }} labels: | dependencies - 3. to review diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 5e2b25caacc..5bec5d8567b 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -124,4 +124,3 @@ jobs: Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency labels: | dependencies - 3. to review