summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2021-06-30 08:56:45 -0500
committerGitHub <noreply@github.com>2021-06-30 08:56:45 -0500
commitcf4541f409dfc30b09f22cf89b87e269d11f840a (patch)
treec946b090dd4d1e8b0ce7bd854e533d1c3f27d851
parent87d47ace9b65457e126721e038c0a043f414c9c9 (diff)
parent98e991e8e0756dfefb5d0e9e54c02724751fc45e (diff)
downloadwmi-lite-cf4541f409dfc30b09f22cf89b87e269d11f840a.tar.gz
Merge pull request #14 from chef/jgarud/update-expeditor-configurationmaster
Updating expeditor configuration
-rw-r--r--.expeditor/config.yml36
1 files changed, 19 insertions, 17 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index c4b970e..188a8d8 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -27,24 +27,26 @@ 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:
+ - 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: