summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-31 23:00:27 -0700
committerTim Smith <tsmith@chef.io>2019-05-31 23:00:27 -0700
commit38785186372ae44743f862150bdf373058e965ae (patch)
tree3b0038dfddb4c05552fb064df53a6c420623a453 /.expeditor/config.yml
parent6345a1368e1de4b44fa26c40df7615d28894a9e4 (diff)
downloadmixlib-log-38785186372ae44743f862150bdf373058e965ae.tar.gz
Add Build Kite PR Testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 3e2b428..330b6a5 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -2,7 +2,7 @@
---
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
- notify_channel: chef-notify
+ notify_channel: chef-found-notify
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
@@ -11,8 +11,6 @@ rubygems:
github:
# This deletes the GitHub PR branch after successfully merged into the release branch
delete_branch_on_merge: true
- # The tag format to use (e.g. v1.0.0)
- version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- "Expeditor: Bump Version Minor"
@@ -42,3 +40,8 @@ promote:
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems
+
+pipelines:
+ - verify:
+ description: Pull Request validation tests
+ public: true