summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-23 15:24:46 -0800
committerTim Smith <tsmith@chef.io>2019-01-23 15:24:46 -0800
commit10bed50238dff31c763ef37a852b221ccb25a3d2 (patch)
treefa6d301fba84ade51297e616d10ed526bf6786cc /.expeditor
parentd96dc696e041b791ee8d182d8b910186ac18d701 (diff)
downloadohai-10bed50238dff31c763ef37a852b221ccb25a3d2.tar.gz
Update appveyor / travis configs and add lockbot
Testing boilerplate PR time! Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 5250587d..1973c3f6 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,9 +1,10 @@
-# Documentation available at https://expeditor-docs.es.chef.io/
-
+# Documentation available at https://expeditor.chef.io/docs/getting-started/
+---
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-notify
+# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- ohai
@@ -14,7 +15,7 @@ github:
version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- - "Expeditor: Bump Minor Version"
+ - "Expeditor: Bump Version Minor"
# Which Github branches to build Omnibus releases from, and what versions
# (as determined by the value in the VERSION file) those branches are responsible
# for building.
@@ -41,7 +42,7 @@ merge_actions:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Expeditor: Exclude From Changelog"
+ - "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version