.expeditor/config.yml in mixlib-install-3.3.4 vs .expeditor/config.yml in mixlib-install-3.4.0

- old
+ new

@@ -1,14 +1,18 @@ slack: - notify_channel: eng-services-alerts + notify_channel: eng-services-notify github: maintainer_group: chef/engineering-services version_tag_format: v{{version}} merge_actions: - built_in:bump_version: - ignore_labels: "Version: Skip Bump" - bash:.expeditor/update_version.sh: - only_if: built_in:bump_version - built_in:update_changelog: - ignore_labels: "Changelog: Skip Update" + - 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: + - "Changelog: Skip Update" + - "Expeditor: Skip All"