summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <github@tomduffield.com>2021-06-16 14:34:04 -0500
committerTom Duffield <github@tomduffield.com>2021-06-16 14:34:04 -0500
commit4679af3c5f7c482a5958af21fe45b86df9e33a75 (patch)
treea1ef18201d19d9b347bd96db4f9aed2124d4e22c
parent53c35e9abc2b0c233f3cb70e941adf7bcb2bb8a8 (diff)
downloadchef-4679af3c5f7c482a5958af21fe45b86df9e33a75.tar.gz
Add chef-16 release branch
Signed-off-by: Tom Duffield <github@tomduffield.com>
-rw-r--r--.expeditor/config.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 8df29c65a3..869d7e0c23 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -42,12 +42,14 @@ github:
# allow bumping the major release via label
major_bump_labels:
- "Expeditor: Bump Version Major"
- # 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.
+# 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.
release_branches:
- master:
+ version_constraint: 17*
+ - chef-16:
version_constraint: 16*
- chef-15:
version_constraint: 15*
@@ -73,7 +75,7 @@ subscriptions:
- built_in:publish_rubygems
- built_in:promote_habitat_packages
- built_in:notify_chefio_slack_channels
-
+
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
actions: