summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2021-06-30 08:54:34 -0500
committerGitHub <noreply@github.com>2021-06-30 08:54:34 -0500
commitecedc227ee978e1c8d01b28260fa5a7deb3fbfa6 (patch)
tree051dc91b38d52166884d8c8a2acca4c9345199fb
parent6a92b9c932d6e54cfd452bb49d693f6a53b38b7d (diff)
parentede87c39c523aacd673c9ef90b99dd8a053a6167 (diff)
downloadffi-yajl-ecedc227ee978e1c8d01b28260fa5a7deb3fbfa6.tar.gz
Merge pull request #112 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 62e9610..39a2a2a 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -22,25 +22,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: