diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-08-12 10:53:22 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-08-12 10:53:22 +0200 |
commit | a86662705e6b83b7643681f3d286eaadb7397b9e (patch) | |
tree | 440b32f007a6d9b9ed74f59c64a2fc35ff34a0a4 | |
parent | 2427b864ec0173213b15813f7b297c0e47dd8cf7 (diff) | |
download | nextcloud-server-ci/fix-desktop-team.tar.gz nextcloud-server-ci/fix-desktop-team.zip |
ci: adjust update desktop version workflow to assign correct teamci/fix-desktop-team
2 of 3 persons that were assigned are not working in that area anymore.
So just assign the team.
Moreover the date was wrong as the file was created 2025.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | .github/workflows/update-min-supported-desktop.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/update-min-supported-desktop.yml b/.github/workflows/update-min-supported-desktop.yml index fa203ede356..8d298a52f24 100644 --- a/.github/workflows/update-min-supported-desktop.yml +++ b/.github/workflows/update-min-supported-desktop.yml @@ -1,5 +1,6 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT + name: Update min supported desktop version on: @@ -124,4 +125,4 @@ jobs: client: 💻 desktop automated 3. to review - reviewers: tobiasKaminsky, camilasan, claucambra + reviewers: '@nextcloud/desktop' |