adds Local IT to maintainers #119

Merged
dannygroenewegen merged 3 commits from carla/nextcloud:LIT_as_maintainers into main 2026-09-07 08:57:09 +00:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
Fully automated luxury Nextcloud via docker-swarm.
<!-- metadata -->
* **Maintainer**: [@dannygroenewegen](https://git.coopcloud.tech/dannygroenewegen), [@ineiti](https://git.coopcloud.tech/ineiti), [@javielico](https://git.coopcloud.tech/javielico)
* **Maintainer**: [@dannygroenewegen](https://git.coopcloud.tech/dannygroenewegen), [@ineiti](https://git.coopcloud.tech/ineiti), [@javielico](https://git.coopcloud.tech/javielico), Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
* **Category**: Apps
* **Status**: 5
* **Image**: [`nextcloud`](https://hub.docker.com/_/nextcloud), 4, upstream
+2 -1
View File
@@ -5,5 +5,6 @@
],
"extends": [
"config:base"
]
],
"reviewers": ["moritz","simon","carla"]
dannygroenewegen marked this conversation as resolved Outdated
Outdated
Review

Yes thanks, reviewers were still missing! But I think fauno is a copy-paste error? And I would prefer to arrange this by putting the nextcloud-maintainers team in .gitea/CODEOWNERS. See this example. Then it works for all pull requests, and we only have to keep the team up-to-date; in renovate.json I think it only works for renovatebot?

Yes thanks, reviewers were still missing! But I think fauno is a copy-paste error? And I would prefer to arrange this by putting the nextcloud-maintainers team in .gitea/CODEOWNERS. See this [example](https://git.coopcloud.tech/coop-cloud/stalwart/src/branch/main/.gitea/CODEOWNERS). Then it works for all pull requests, and we only have to keep the team up-to-date; in renovate.json I think it only works for renovatebot?
}