From 7c12fc656f1c358661c4ad6d47585f1f1c0d3360 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 3 Nov 2020 10:34:10 +0100 Subject: [PATCH] Update CODEOWNERS to fit new org --- .github/CODEOWNERS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d161a8e1a9..7cce08798a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,14 +4,14 @@ # The last matching pattern takes precedence. # https://help.github.com/articles/about-codeowners/ -* @spotify/backstage-core -/docs/features/techdocs @spotify/techdocs-core -/plugins/cost-insights @spotify/silver-lining +* @backstage/maintainers +/docs/features/techdocs @backstage/techdocs-core +/plugins/cost-insights @backstage/silver-lining /plugins/cloudbuild @trivago/ebarrios -/plugins/techdocs @spotify/techdocs-core -/plugins/techdocs-backend @spotify/techdocs-core -/packages/techdocs-cli @spotify/techdocs-core -/packages/techdocs-container @spotify/techdocs-core -/.github/workflows/techdocs.yml @spotify/techdocs-core -/.github/workflows/techdocs-pypi.yml @spotify/techdocs-core -/.changeset/cost-insights-* @spotify/silver-lining +/plugins/techdocs @backstage/techdocs-core +/plugins/techdocs-backend @backstage/techdocs-core +/packages/techdocs-cli @backstage/techdocs-core +/packages/techdocs-container @backstage/techdocs-core +/.github/workflows/techdocs.yml @backstage/techdocs-core +/.github/workflows/techdocs-pypi.yml @backstage/techdocs-core +/.changeset/cost-insights-* @backstage/silver-lining