Skip to content

Commit

Permalink
Merge pull request #474 from snyk/chore/slack-channel
Browse files Browse the repository at this point in the history
chore: fix alerting channels
  • Loading branch information
tommyknows authored Jan 9, 2023
2 parents 7353cf8 + c08202c commit 40bc9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

* @snyk/mycelium
* @snyk/lumos

0 comments on commit 40bc9ee

Please sign in to comment.