From 993181b2503bcea8b1d5dc27c17ee57e775800ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramon=20R=C3=BCttimann?= Date: Mon, 9 Jan 2023 13:52:29 +0100 Subject: [PATCH 1/2] chore: fix alerting channels --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e81d6e69..7f097c41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,14 +24,14 @@ windows_defaults: &windows_defaults slack-fail-notify: &slack-fail-notify slack/notify: event: fail - channel: mycelium-alerts + channel: lumos-alerts branch_pattern: "main" template: basic_fail_1 slack-success-notify: &slack-success-notify slack/notify: event: pass - channel: mycelium-deployment + channel: lumos-deployment branch_pattern: "main" template: basic_success_1 From c08202c5528505e4ce13264eea0eaccba11059e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramon=20R=C3=BCttimann?= Date: Mon, 9 Jan 2023 13:58:03 +0100 Subject: [PATCH 2/2] chore: adjust codeowners to new team name --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e3c86988..21adfa33 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # This is a comment. # Each line is a file pattern followed by one or more owners. -* @snyk/mycelium +* @snyk/lumos