summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwati Keshari <skeshari@msystechnologies.com>2021-07-01 16:07:13 +0530
committerSwati Keshari <skeshari@msystechnologies.com>2021-07-01 16:07:13 +0530
commitaa9fb33b419681f47cb2e77688edbe3ea9a1bb77 (patch)
treeae74e0c3216ebb1eb54368b9b1d644e28f130d12
parent4b1da003861238e3d3d4e7e0696a7fbe009240d5 (diff)
downloadmixlib-config-aa9fb33b419681f47cb2e77688edbe3ea9a1bb77.tar.gz
Updating expeditor configurations
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
-rw-r--r--.expeditor/config.yml38
1 files changed, 20 insertions, 18 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index e6d81c5..f4c56bf 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -23,25 +23,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: