mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(CODEOWNERS): do not spam backenders with frontend PRs related to dist/
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
5305e6a50b
commit
7c2baf3b52
1 changed files with 7 additions and 0 deletions
7
.github/CODEOWNERS
vendored
7
.github/CODEOWNERS
vendored
|
|
@ -15,6 +15,13 @@
|
|||
*.js @nextcloud/server-frontend
|
||||
*.ts @nextcloud/server-frontend
|
||||
|
||||
# dependency management
|
||||
package.json @nextcloud/server-dependabot
|
||||
package-lock.json @nextcloud/server-dependabot
|
||||
|
||||
# Compiled assets only - no owner set to not spam on automated dependency updates
|
||||
/dist
|
||||
|
||||
# App maintainers
|
||||
/apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz
|
||||
/apps/cloud_federation_api/appinfo/info.xml @mejo-
|
||||
|
|
|
|||
Loading…
Reference in a new issue