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 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