From 819c62feecf219df9b311922e6c679998c253adb Mon Sep 17 00:00:00 2001 From: Jaymala Sinha Date: Fri, 11 Oct 2019 13:59:58 -0400 Subject: Fix expeditor config errors Signed-off-by: Jaymala Sinha --- .expeditor/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index bdb85fd..9a946a9 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -2,8 +2,7 @@ --- # Slack channel in Chef Software slack to send notifications about build failures, etc slack: - notify_channel: - - chef-found-notify + notify_channel: chef-found-notify # This publish is triggered by the `built_in:publish_rubygems` artifact_action. rubygems: @@ -46,4 +45,4 @@ promote: pipelines: - verify: description: Pull Request validation tests - public: true + public: true \ No newline at end of file -- cgit v1.2.1