summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 15:47:50 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 15:47:50 -0700
commit8d25f1d14af00ff9994d55e2ac9e446925ae9ddb (patch)
tree9f3b364be54b5d981545b96f42969c012a14e500 /.expeditor
parent0e34f248f784b8741e9f2538335d9726268e051a (diff)
downloadmixlib-cli-8d25f1d14af00ff9994d55e2ac9e446925ae9ddb.tar.gz
Remove deprecated expeditor config options
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 24f5188..dd3eae3 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -13,8 +13,6 @@ github:
delete_branch_on_merge: true
# 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
# allow bumping the minor release via label
minor_bump_labels:
- "Expeditor: Bump Minor Version"
@@ -38,6 +36,6 @@ merge_actions:
only_if: built_in:bump_version
promote:
- action:
+ actions:
- built_in:rollover_changelog
- built_in:publish_rubygems