summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-03-01 09:29:36 -0800
committerGitHub <noreply@github.com>2022-03-01 09:29:36 -0800
commitc52acd687beda28d55a8c97310c3bc3f3d3ec852 (patch)
tree7790930cf50260cb5471a1aa79b55ad193244777
parentc6d0100cde6812db57ed0f6982066caf0f0ea843 (diff)
parent9ea9bcce172757adbdbe272f0371bd7094edf4f2 (diff)
downloadchef-c52acd687beda28d55a8c97310c3bc3f3d3ec852.tar.gz
Merge pull request #12652 from chef/subscription
Add train version update subscriptions
-rw-r--r--.expeditor/config.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 84cd154659..601293d14b 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -251,3 +251,9 @@ subscriptions:
- workload: chef/chefstyle:main_completed:pull_request_merged:chef/chefstyle:main:*
actions:
- bash:.expeditor/update_bundler_dep.sh
+ - workload: ruby_gem_published:train-rest-*
+ actions:
+ - bash:.expeditor/update_dep.sh
+ - workload: ruby_gem_published:train-winrm-*
+ actions:
+ - bash:.expeditor/update_dep.sh \ No newline at end of file