summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-03-01 09:29:02 -0800
committerTim Smith <tsmith84@gmail.com>2022-03-01 09:29:02 -0800
commit9ea9bcce172757adbdbe272f0371bd7094edf4f2 (patch)
tree7790930cf50260cb5471a1aa79b55ad193244777
parentc6d0100cde6812db57ed0f6982066caf0f0ea843 (diff)
downloadchef-9ea9bcce172757adbdbe272f0371bd7094edf4f2.tar.gz
Add train version update subscriptions
Signed-off-by: Tim Smith <tsmith84@gmail.com>
-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