summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2021-07-01 16:55:42 -0500
committerGitHub <noreply@github.com>2021-07-01 16:55:42 -0500
commit21a0a9e988166c83d520f8e51df8fd71216b1ba3 (patch)
treeab73fddcb79a792280a73cb542a8f8893e7503b2
parent6569ee9a3477bdb3cdf1232082026ae48ac61ca6 (diff)
parent2d96a8f40d4e67ab93ca8bbd23fdc6b2a776d616 (diff)
downloadmixlib-cli-21a0a9e988166c83d520f8e51df8fd71216b1ba3.tar.gz
Merge pull request #81 from chef/update-expeditor-configurationmaster
Updating expeditor configurations
-rw-r--r--.expeditor/config.yml38
1 files changed, 20 insertions, 18 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index dbbf886..c1fd931 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -24,25 +24,27 @@ github:
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
+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
-promote:
- actions:
- - built_in:rollover_changelog
- - built_in:publish_rubygems
+ - workload: project_promoted:{{agent_id}}:*
+ actions:
+ - built_in:rollover_changelog
+ - built_in:publish_rubygems
pipelines:
- verify: