diff options
-rw-r--r-- | .expeditor/config.yml | 5 |
1 files changed, 1 insertions, 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 - |