From 230482e9b0d37c7c94d41f6625e0cbbe93a0fa5c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 18 Sep 2017 13:21:15 -0700 Subject: Wire up the expeditor: skip all label Signed-off-by: Tim Smith --- .expeditor/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1