From 16a1d9517a8210802731048f012c1a631a3026f6 Mon Sep 17 00:00:00 2001 From: "services-db[bot]" <84533032+services-db[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:30:52 +0000 Subject: [PATCH] Remove slack channels from service manifest The configuration of service Slack channels has recently changed. Service Slack channels are no longer configurable in the `service.yml` manifest file. Instead, you can easily manage slack channels directly in Services Next. As such, this pull request removes the `slack_channels` key from the `service.yml` file. Please note that service Slack channels should be configured for operational purposes. Meaning, anything related to the operations of the service. For example, deploy notifications, failover notifications, and Bugsnags. Your team and help Slack channels should be configured in the Vault on your team page. They will also appear in Services Next for each owner of the service. Please go to Services Next and review the operational Slack channels of your services. Use the `Edit` button to correct them if needed. The `service.yml` changes in this pull request were generated programmatically, so it may have accidentally deleted comments or aliases. Feel free to touch up the pull request to match whatever style you'd like before merging. --- service.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/service.yml b/service.yml index adfde1d..b8dae01 100644 --- a/service.yml +++ b/service.yml @@ -1,8 +1,5 @@ -# https://services.shopify.io/services/go-rspamd org_line: Production Engineering owners: - Shopify/notification-platform-eng audience: internal classification: library -slack_channels: - - courier-operations