From 04509ed107e53264eea63c484a750b5a4a290711 Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Tue, 16 Apr 2024 11:03:26 -0700 Subject: [PATCH] chore: convert nested CODEOWNERS to CODENOTIFY (#61936) I don't think we use CODEOWNERS really, and GitHub only supports one per branch anyway - I think the intent is to use CODENOTIFY instead. https://github.com/sourcegraph/sourcegraph/pull/61934#discussion_r1567741039 --- internal/telemetry/{CODEOWNERS => CODENOTIFY} | 0 internal/telemetrygateway/{CODEOWNERS => CODENOTIFY} | 0 third-party-licenses/{CODEOWNERS => CODENOTIFY} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename internal/telemetry/{CODEOWNERS => CODENOTIFY} (100%) rename internal/telemetrygateway/{CODEOWNERS => CODENOTIFY} (100%) rename third-party-licenses/{CODEOWNERS => CODENOTIFY} (100%) diff --git a/internal/telemetry/CODEOWNERS b/internal/telemetry/CODENOTIFY similarity index 100% rename from internal/telemetry/CODEOWNERS rename to internal/telemetry/CODENOTIFY diff --git a/internal/telemetrygateway/CODEOWNERS b/internal/telemetrygateway/CODENOTIFY similarity index 100% rename from internal/telemetrygateway/CODEOWNERS rename to internal/telemetrygateway/CODENOTIFY diff --git a/third-party-licenses/CODEOWNERS b/third-party-licenses/CODENOTIFY similarity index 100% rename from third-party-licenses/CODEOWNERS rename to third-party-licenses/CODENOTIFY