diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-18 13:21:15 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 13:21:15 -0700 |
commit | 230482e9b0d37c7c94d41f6625e0cbbe93a0fa5c (patch) | |
tree | 9ff7ff1616eba5b7c3c1bf07b7f2d5aee4f58f9c | |
parent | e99f7f8f4661b6e1617d99a77dde39656d14c438 (diff) | |
download | chef-exped_ignore.tar.gz |
Wire up the expeditor: skip all labelexped_ignore
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 3997a6f328..23c9a981df 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -40,14 +40,17 @@ merge_actions: - built_in:bump_version: ignore_labels: - "Version: Skip 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: Skip All" - built_in:trigger_omnibus_release_build: ignore_labels: - "Omnibus: Skip Build" + - "Expeditor: Skip All" only_if: built_in:bump_version # These actions are taken, in the order specified, when an Omnibus artifact is promoted |