summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-24 16:50:01 -0700
committerTim Smith <tsmith@chef.io>2019-04-24 16:50:01 -0700
commit8bcc3f0c6aea67922e5d7348b770fe403acd530d (patch)
treedbb5efb342f77452356f04aef0b38115e0b4fe9a
parent66c0fdeb65c19d267bd501550e60cd16d7bb4901 (diff)
downloadchef-8bcc3f0c6aea67922e5d7348b770fe403acd530d.tar.gz
Notify to our new Slack channel
Also remove some defaults we were setting here. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 1ce2a6c964..e8b20aa390 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,5 +1,5 @@
# Documentation available at https://expeditor.chef.io/docs/getting-started/
-
+---
# the name we use for this project when interacting with expeditor chatbot
project:
alias: chef-15
@@ -11,7 +11,7 @@ product_key:
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
- notify_channel: chef-notify
+ notify_channel: chef-infra-notify
# Which Ruby Gems, built when the Omnibus package is built, to publish to rubygems.org
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
@@ -33,12 +33,6 @@ pipelines:
- ADHOC: true
github:
- # The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
- # is bumped automatically via the `built_in:bump_version` merge_action.
- version_file: "VERSION"
- # The file where our CHANGELOG is kept. This file is updated automatically with
- # details from the Pull Request via the `built_in:update_changelog` merge_action.
- changelog_file: "CHANGELOG.md"
# 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)
@@ -58,6 +52,9 @@ github:
- chef-14:
version_constraint: 14*
+changelog:
+ rollup_header: Changes not yet released to rubygems.orgs
+
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions:
- built_in:bump_version: