From a91c1a9a157e4828b68c8a799485f021635df7c9 Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Tue, 30 Jun 2026 09:51:57 -0300 Subject: [PATCH] fix(workflow): adjust branches on sync-workflow-templates.yml Signed-off-by: Cristian Scheid --- .github/workflows/sync-workflow-templates.yml | 8 +++----- .../workflows/sync-workflow-templates.yml.patch | 14 ++++++++++++++ REUSE.toml | 6 ++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/sync-workflow-templates.yml.patch diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index b16db47..9032bdd 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -26,9 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} - - 'stable34' - - 'stable33' - - 'stable32' + - 'stable2.7' name: Update workflows in ${{ matrix.branches }} @@ -43,14 +41,14 @@ jobs: require: admin - name: Checkout workflow repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false path: source repository: nextcloud/.github - name: Checkout app - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false path: target diff --git a/.github/workflows/sync-workflow-templates.yml.patch b/.github/workflows/sync-workflow-templates.yml.patch new file mode 100644 index 0000000..f3fdec4 --- /dev/null +++ b/.github/workflows/sync-workflow-templates.yml.patch @@ -0,0 +1,14 @@ +diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml +--- a/.github/workflows/sync-workflow-templates.yml ++++ b/.github/workflows/sync-workflow-templates.yml +@@ -26,9 +26,7 @@ jobs: + matrix: + branches: + - ${{ github.event.repository.default_branch }} +- - 'stable34' +- - 'stable33' +- - 'stable32' ++ - 'stable2.7' + + name: Update workflows in ${{ matrix.branches }} + diff --git a/REUSE.toml b/REUSE.toml index 541d3c9..894671b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -46,3 +46,9 @@ path = ["tests/stubs/icewind_streams_**"] precedence = "aggregate" SPDX-FileCopyrightText = "none" SPDX-License-Identifier = "MIT" + +[[annotations]] +path = ".github/workflows/sync-workflow-templates.yml.patch" +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "MIT"