diff options
author | Thom May <thom@may.lt> | 2018-05-16 17:27:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 17:27:01 +0100 |
commit | 3a0c6281a7f8beaba7eb434536a4529e348f5fc5 (patch) | |
tree | 169bbb9cdba70aefc4c07a408c2b4c6dc0b10c11 | |
parent | 3a6e55ba3226f41181c53a6725544af42d4525c4 (diff) | |
parent | 1b224a433a0d8a007500370c705179fdaead1e03 (diff) | |
download | chef-3a0c6281a7f8beaba7eb434536a4529e348f5fc5.tar.gz |
Merge pull request #7272 from chef/tm/habitatery
publish habitat packages
-rw-r--r-- | .expeditor/config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 9bdabf7510..30f46c99f4 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -18,6 +18,9 @@ rubygems: docker_images: - chef +habitat_packages: + - chef-client + 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. @@ -56,6 +59,12 @@ merge_actions: - "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" |