diff options
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r-- | .expeditor/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 7b6b13311c..f87694b89e 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -226,8 +226,8 @@ subscriptions: # NOTE: The branch of Ohai here needs to be updated when setting up a stable branch of chef/chef - workload: chef/ohai:master_completed:pull_request_merged:chef/ohai:master:* actions: - - bash:.expeditor/update_dep.sh + - bash:.expeditor/update_bundler_dep.sh # NOTE: When the stable branch of chef/chef is being cut you probably want to remove this subscription - workload: chef/chefstyle:master_completed:pull_request_merged:chef/chefstyle:master:* actions: - - bash:.expeditor/update_dep.sh + - bash:.expeditor/update_bundler_dep.sh |