From a7918d9935cb883a24fc7c6b33505d9f30d47fe8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 31 Jul 2018 09:47:46 -0700 Subject: Remove deprecated config from expeditor config Signed-off-by: Tim Smith --- .expeditor/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 245d978..a649b01 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -10,8 +10,6 @@ rubygems: github: # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" - # The Github Team primarily responsible for handling incoming Pull Requests. - maintainer_group: chef/client-maintainers # Which Github branches to build gems from, and what versions # (as determined by the value in the VERSION file) those branches are responsible # for building. @@ -20,7 +18,7 @@ github: version_constraint: 2.* promote: - action: + actions: - built_in:publish_rubygems - built_in:rollover_changelog @@ -40,4 +38,3 @@ merge_actions: - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version - -- cgit v1.2.1