summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwati Keshari <skeshari@msystechnologies.com>2021-06-23 14:25:42 +0530
committerSwati Keshari <skeshari@msystechnologies.com>2021-06-23 14:25:42 +0530
commit25ba76c3ebf7e459f443a15e82f912ad9129dd8e (patch)
tree83fb178d1a1da2723966cd6aeb12aaa883ffbd6f
parentb2ed934212068dc238a56225a43fe15a7778ed88 (diff)
downloadchef-zero-25ba76c3ebf7e459f443a15e82f912ad9129dd8e.tar.gz
Updating expeditor configurationsupdate-expeditor-configuration
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
-rw-r--r--.expeditor/config.yml39
1 files changed, 20 insertions, 19 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index ff7ad8a..35a9fdb 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -24,25 +24,26 @@ 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
-
-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
pipelines:
- verify: