diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ada20f6931..495f1ff78d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,13 +4,12 @@ # The last matching pattern takes precedence. # https://help.github.com/articles/about-codeowners/ -* @backstage/maintainers -/.changeset/cost-insights-* @backstage/silver-lining -/docs/features/techdocs @backstage/techdocs-core -/packages/techdocs-common @backstage/techdocs-core -/plugins/cloudbuild @trivago/ebarrios -/plugins/cost-insights @backstage/silver-lining -/plugins/kafka @fiverr/platform -/plugins/search @backstage/techdocs-core -/plugins/techdocs @backstage/techdocs-core -/plugins/techdocs-backend @backstage/techdocs-core +* @backstage/maintainers +/docs/features/techdocs @backstage/techdocs-core +/plugins/cost-insights @backstage/silver-lining +/plugins/cloudbuild @trivago/ebarrios +/plugins/search @backstage/techdocs-core +/plugins/techdocs @backstage/techdocs-core +/plugins/techdocs-backend @backstage/techdocs-core +/packages/techdocs-common @backstage/techdocs-core +/.changeset/cost-insights-* @backstage/silver-lining diff --git a/local.yaml b/local.yaml deleted file mode 100644 index afc4c21cfe..0000000000 --- a/local.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: kafka-test - description: Kafka Test - annotations: - kafka.apache.org/consumer-group: consumer - tags: - - java - - data -spec: - type: service - lifecycle: experimental - owner: architecture