summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-18 13:27:39 -0700
committerGitHub <noreply@github.com>2017-09-18 13:27:39 -0700
commit535d83aa9deeca2b33ae6f951e1c9597782da98c (patch)
tree9ff7ff1616eba5b7c3c1bf07b7f2d5aee4f58f9c
parente99f7f8f4661b6e1617d99a77dde39656d14c438 (diff)
parent230482e9b0d37c7c94d41f6625e0cbbe93a0fa5c (diff)
downloadchef-535d83aa9deeca2b33ae6f951e1c9597782da98c.tar.gz
Merge pull request #6420 from chef/exped_ignore
Wire up the expeditor: skip all label
-rw-r--r--.expeditor/config.yml3
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