Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix alerting channels #474

Merged
merged 2 commits into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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