summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-13 10:35:56 -0700
committerGitHub <noreply@github.com>2018-07-13 10:35:56 -0700
commit8baff8ae8f6dc0e88c1a467566b1ac595ceef267 (patch)
tree2cefcf00c16396c2a944224977e3a4cb64bf5dd3
parent3733739bc65b1fd5cda0011e7c4c588808e4a917 (diff)
parentc3db2bc2ce45f2630efa39450cf7363ce1024873 (diff)
downloadchef-8baff8ae8f6dc0e88c1a467566b1ac595ceef267.tar.gz
Merge pull request #7443 from chef/expeditor_update
Expeditor: Remove labels that don't exist / chef 12 config
-rw-r--r--.expeditor/config.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 30f46c99f4..14e146ab72 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,4 +1,4 @@
-# Documentation available at http://expeditor-docs.es.chef.io/
+# Documentation available at https://expeditor.chef.io
# The name of the product keys for this product (from mixlib-install)
product_key:
@@ -42,32 +42,26 @@ github:
version_constraint: 14.*
- chef-13:
version_constraint: 13.*
- - chef-12:
- version_constraint: 12.*
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions:
- built_in:bump_version:
ignore_labels:
- - "Version: Skip Bump"
- "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Meta: Exclude From Changelog"
- "Expeditor: Exclude From Changelog"
- "Expeditor: Skip All"
- built_in:trigger_habitat_package_build:
ignore_labels:
- - "Omnibus: Skip Build"
- "Expeditor: Skip Build"
- "Expeditor: Skip All"
only_if: built_in:bump_version
- built_in:trigger_omnibus_release_build:
ignore_labels:
- - "Omnibus: Skip Build"
- "Expeditor: Skip Build"
- "Expeditor: Skip All"
only_if: built_in:bump_version