Add feature flag to stop calling Slack APIs
What does this MR do and why?
Describe in detail what your merge request does and why.
When the slack_down feature flag is turned on, release-tools will
stop making calls to Slack APIs. This can be useful when Slack is
down or calls to Slack are expected to fail for any reason.
Not making calls to Slack allows release-tools to work when Slack is down.
Author Check-list
-
Has documentation been updated?