summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 10:29:24 -0700
committerTim Smith <tsmith@chef.io>2018-08-08 10:29:24 -0700
commit164258ebab177194e8a52bf02690afef2eb1da85 (patch)
tree910e0e85de95ac9396abd493fec5b98deb22b2d0
parent40ca707abee010a212e7f9adc18aa15d19b4bea8 (diff)
downloadohai-164258ebab177194e8a52bf02690afef2eb1da85.tar.gz
Resolve Expeditor config warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 98b33507..23e11a1d 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -12,8 +12,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"
@@ -27,9 +25,9 @@ github:
version_constraint: 13.*
promote:
- action:
- - built_in:publish_rubygems
+ actions:
- built_in:rollover_changelog
+ - built_in:publish_rubygems
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions: