diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-25 14:39:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-25 14:39:02 -0700 |
commit | 60b71be1c5f3a7d514119ef90a6a1ae2d818d1e5 (patch) | |
tree | 0aebebf64bff22e6931b8707ed52745e18943d36 | |
parent | 0da5050d59494d968113cedcda80ea8f48e5c603 (diff) | |
download | chef-60b71be1c5f3a7d514119ef90a6a1ae2d818d1e5.tar.gz |
Trigger the expeditor config to update
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 1e0a15b574..0e16585469 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -43,7 +43,7 @@ github: - chef-13: version_constraint: 13* -# These actions are taken, in order they are specified, anytime a Pull Request is merged. +# These actions are taken, in order they are specified, anytime a PR is merged. merge_actions: - built_in:bump_version: ignore_labels: @@ -75,4 +75,3 @@ subscriptions: - built_in:tag_docker_image - built_in:publish_rubygems - built_in:notify_chefio_slack_channels - |