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..89c31367372 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: 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.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 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