summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2021-07-01 16:55:16 -0500
committerGitHub <noreply@github.com>2021-07-01 16:55:16 -0500
commit1eed98f0e616ff424e23b6e8cda2dcde7eca87bb (patch)
treeae74e0c3216ebb1eb54368b9b1d644e28f130d12
parent4b1da003861238e3d3d4e7e0696a7fbe009240d5 (diff)
parentaa9fb33b419681f47cb2e77688edbe3ea9a1bb77 (diff)
downloadmixlib-config-1eed98f0e616ff424e23b6e8cda2dcde7eca87bb.tar.gz
Merge pull request #108 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 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: