summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-31 09:47:46 -0700
committerTim Smith <tsmith@chef.io>2018-07-31 09:47:46 -0700
commita7918d9935cb883a24fc7c6b33505d9f30d47fe8 (patch)
treebe0c16dc83aeff13bbb5afe0aecb6eb94501e37a
parentaa04176a2298bf44f45eb3a76172103ba4d2d04a (diff)
downloadmixlib-authentication-a7918d9935cb883a24fc7c6b33505d9f30d47fe8.tar.gz
Remove deprecated config from expeditor config
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml5
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
-