diff options
author | Thom May <thom@chef.io> | 2017-09-22 14:24:58 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-09-22 14:24:58 +0100 |
commit | b85805f2322ba2cc6c1ef839eae712fcec6e97ad (patch) | |
tree | 19f3a12d256cb6542c9503dcd86e99a195b98d2f | |
parent | 85957c76e2981fca06c9377a1363a79e1277199d (diff) | |
download | chef-b85805f2322ba2cc6c1ef839eae712fcec6e97ad.tar.gz |
update expeditor labelstm/expeditor_labels
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r-- | .expeditor/config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 23c9a981df..a64b2cbab0 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -1,4 +1,4 @@ -# Documentation available at http://http://expeditor-docs.es.chef.io/ +# Documentation available at https://expeditor-docs.es.chef.io/ # The name of the product keys for this product (from mixlib-install) product_key: @@ -40,16 +40,19 @@ 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:trigger_omnibus_release_build: ignore_labels: - "Omnibus: Skip Build" + - "Expeditor: Skip Build" - "Expeditor: Skip All" only_if: built_in:bump_version |