summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-31 10:27:19 -0700
committerGitHub <noreply@github.com>2018-07-31 10:27:19 -0700
commit5c6f8f0951da86f00b69fb30887f86b7d2cb78ae (patch)
tree1ed8eb23801c0d2cd6d5d8f25754e21a5e0954ea
parentd6f62dc61937bb1210bee7a6b742fa98b043c45e (diff)
parente4182cb1b1f4ec0a969165c3614b73e1572d62c3 (diff)
downloadmixlib-authentication-5c6f8f0951da86f00b69fb30887f86b7d2cb78ae.tar.gz
Merge pull request #42 from chef/cleanup
Remove deprecated config from expeditor config
-rw-r--r--.expeditor/config.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 245d978..591780e 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,9 +18,9 @@ github:
version_constraint: 2.*
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:
@@ -40,4 +38,3 @@ merge_actions:
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
-