summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 10:31:31 -0700
committerGitHub <noreply@github.com>2018-08-08 10:31:31 -0700
commitb38adf04013a661da07de40a5fe91c77bc0504f2 (patch)
tree13f422a355574c679890223720f4b72cf6ed7e74
parent531a383743f1b1989dcef03c3e52c09301957ddf (diff)
parent164258ebab177194e8a52bf02690afef2eb1da85 (diff)
downloadohai-b38adf04013a661da07de40a5fe91c77bc0504f2.tar.gz
Merge pull request #1229 from chef/fix_expeditor
Resolve Expeditor config warnings
-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: