.expeditor/config.yml in chef-ruby-lvm-attrib-0.3.7 vs .expeditor/config.yml in chef-ruby-lvm-attrib-0.3.9

- old
+ new

@@ -22,29 +22,30 @@ - "Expeditor: Bump Version Major" changelog: rollup_header: Changes not yet released to rubygems.org -# These actions are taken, in order they are specified, anytime a Pull Request is merged. -merge_actions: - - built_in:bump_version: - ignore_labels: - - "Expeditor: Skip Version Bump" - - "Expeditor: Skip All" - - bash:.expeditor/update_version.sh: - only_if: built_in:bump_version - - built_in:update_changelog: - ignore_labels: - - "Expeditor: Skip Changelog" - - "Expeditor: Skip All" - - built_in:build_gem: - only_if: built_in:bump_version - pipelines: - verify: description: Pull Request validation tests public: true -promote: - actions: - - built_in:rollover_changelog - - built_in:publish_rubygems +subscriptions: + # These actions are taken, in order they are specified, anytime a Pull Request is merged. + - workload: pull_request_merged:{{github_repo}}:{{release_branch}}:* + actions: + - built_in:bump_version: + ignore_labels: + - "Expeditor: Skip Version Bump" + - "Expeditor: Skip All" + - bash:.expeditor/update_version.sh: + only_if: built_in:bump_version + - built_in:update_changelog: + ignore_labels: + - "Expeditor: Skip Changelog" + - "Expeditor: Skip All" + - built_in:build_gem: + only_if: built_in:bump_version + - workload: project_promoted:{{agent_id}}:* + actions: + - built_in:rollover_changelog + - built_in:publish_rubygems \ No newline at end of file