summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-10 12:08:56 -0700
committerTim Smith <tsmith@chef.io>2018-08-10 12:08:56 -0700
commit90998528bff99d17dcc48566de9e4dd431c6bacd (patch)
treee26df8971f66507aab657a651eb5d61644e112ec
parentde61ec5009ee7a558e5d59d39bf5cbffc4ff0c5c (diff)
downloadohai-90998528bff99d17dcc48566de9e4dd431c6bacd.tar.gz
Remove old labels from the expeditor config
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 23e11a1d..d1a9640a 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -8,7 +8,7 @@ rubygems:
- ohai
github:
- # Cleanup merged PR branches
+ # This deletes the GitHub PR branch after successfully merged into the release branch
delete_branch_on_merge: true
# The tag format to use (e.g. v1.0.0)
version_tag_format: "v{{version}}"
@@ -33,14 +33,12 @@ promote:
merge_actions:
- built_in:bump_version:
ignore_labels:
- - "Version: Skip Bump"
- "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Meta: Exclude From Changelog"
- "Expeditor: Exclude From Changelog"
- "Expeditor: Skip All"
- built_in:build_gem: