From fdf40fd1e554e74338ad090b39a4fc9462c57dbc Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 23 May 2023 10:55:55 -0600 Subject: [PATCH] Remove @bachya as a Slack codeowner (#93408) * Remove @bachya as a Slack codeowner * Manifest --- CODEOWNERS | 4 ++-- homeassistant/components/slack/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 406fa6e4f3c..1c0efd92609 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1103,8 +1103,8 @@ build.json @home-assistant/supervisor /homeassistant/components/sky_hub/ @rogerselwyn /homeassistant/components/skybell/ @tkdrob /tests/components/skybell/ @tkdrob -/homeassistant/components/slack/ @bachya @tkdrob -/tests/components/slack/ @bachya @tkdrob +/homeassistant/components/slack/ @tkdrob +/tests/components/slack/ @tkdrob /homeassistant/components/sleepiq/ @mfugate1 @kbickar /tests/components/sleepiq/ @mfugate1 @kbickar /homeassistant/components/slide/ @ualex73 diff --git a/homeassistant/components/slack/manifest.json b/homeassistant/components/slack/manifest.json index 92816e94bf6..2bd3476cbbe 100644 --- a/homeassistant/components/slack/manifest.json +++ b/homeassistant/components/slack/manifest.json @@ -1,7 +1,7 @@ { "domain": "slack", "name": "Slack", - "codeowners": ["@bachya", "@tkdrob"], + "codeowners": ["@tkdrob"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/slack", "integration_type": "service",