summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 11:57:26 -0700
committerTim Smith <tsmith@chef.io>2018-07-09 11:59:20 -0700
commit829260f59b528fb430055f5986bdc9bbad6a3dd0 (patch)
tree2f9a8e71fdb94b9e9e57c7794ef3e4ebe3c151e6
parentd1d65922849d12a0fea804e10078c81f82ad5cc1 (diff)
downloadohai-expeditor_updates.tar.gz
Update Expeditor to clean branches / bump minorsexpeditor_updates
Cleanup branches post PR merge Add ability to bump minor via label Remove the branch config for Ohai 8 (chef 12) Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index c547e322..98b33507 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -8,10 +8,15 @@ rubygems:
- ohai
github:
+ # Cleanup merged PR branches
+ 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"
# Which Github branches to build Omnibus releases from, and what versions
# (as determined by the value in the VERSION file) those branches are responsible
# for building.
@@ -20,8 +25,6 @@ github:
version_constraint: 14.*
- 13-stable:
version_constraint: 13.*
- - 8-stable:
- version_constraint: 8.*
promote:
action:
@@ -44,4 +47,3 @@ merge_actions:
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
-