From 046fccf2e37905b91080ff97f620fdc46a987fb1 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 26 Sep 2023 15:20:42 -0400 Subject: [PATCH] chore: clean up CODENOTIFY for @sourcegraph/delivery (#57046) --- .github/test.CODEOWNERS | 5 +---- .github/workflows/label-notify.yml | 1 - doc/CODENOTIFY | 1 - docker-images/postgres-12-alpine/CODENOTIFY | 3 --- monitoring/CODENOTIFY | 1 - 5 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 docker-images/postgres-12-alpine/CODENOTIFY diff --git a/.github/test.CODEOWNERS b/.github/test.CODEOWNERS index 8f355ddcef5..5a29f634aad 100644 --- a/.github/test.CODEOWNERS +++ b/.github/test.CODEOWNERS @@ -60,7 +60,6 @@ /dev/gqltest/**/* @unknwon -/doc/**/admin/** @sourcegraph/delivery /doc/dev/background-information/adding_ping_data.md @ebrodymoore @dadlerj /doc/batch_changes/**/* @eseliger @@ -77,8 +76,6 @@ /docker-images/grafana/**/* @bobheadxi -/docker-images/postgres-12-alpine/**/* @sourcegraph/delivery - /docker-images/prometheus/**/* @bobheadxi /cmd/executor/**/* @efritz @@ -222,7 +219,7 @@ /lib/servicecatalog/**/* @sourcegraph/cloud @sourcegraph/security -/monitoring/**/* @bobheadxi @slimsag @sourcegraph/delivery +/monitoring/**/* @bobheadxi @slimsag /monitoring/frontend.go @efritz /monitoring/precise_code_intel_* @efritz @sourcegraph/code-intelligence diff --git a/.github/workflows/label-notify.yml b/.github/workflows/label-notify.yml index f88b1532590..fcd39b8e6f4 100644 --- a/.github/workflows/label-notify.yml +++ b/.github/workflows/label-notify.yml @@ -19,7 +19,6 @@ jobs: team/search-product=@sourcegraph/search-product team/search-core=@sourcegraph/search-core team/code-insights=@vovakulikov - team/delivery=@sourcegraph/delivery team/security=@dcomas team/dev-experience=@jhchabran @kstretch9 team/devops=@sourcegraph/cloud-devops diff --git a/doc/CODENOTIFY b/doc/CODENOTIFY index 212cf9768a2..736a69bac4f 100644 --- a/doc/CODENOTIFY +++ b/doc/CODENOTIFY @@ -1,2 +1 @@ -**/admin/** @sourcegraph/delivery dev/background-information/adding_ping_data.md @ebrodymoore @dadlerj diff --git a/docker-images/postgres-12-alpine/CODENOTIFY b/docker-images/postgres-12-alpine/CODENOTIFY deleted file mode 100644 index 64b1417518e..00000000000 --- a/docker-images/postgres-12-alpine/CODENOTIFY +++ /dev/null @@ -1,3 +0,0 @@ -# See https://github.com/sourcegraph/codenotify for documentation. - -**/* @sourcegraph/delivery diff --git a/monitoring/CODENOTIFY b/monitoring/CODENOTIFY index be2fca33239..09bbfc448b7 100644 --- a/monitoring/CODENOTIFY +++ b/monitoring/CODENOTIFY @@ -2,7 +2,6 @@ **/* @bobheadxi **/* @slimsag -**/* @sourcegraph/delivery frontend.go @efritz precise_code_intel_* @efritz