summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorSwati Keshari <skeshari@msystechnologies.com>2021-06-16 11:18:59 +0530
committerSwati Keshari <skeshari@msystechnologies.com>2021-06-16 11:18:59 +0530
commit6e29f6ff997f58459b294eb27f763b62e12bc532 (patch)
treef584245b4e6a1f83d20816e312fe96af7322bbc4 /.expeditor
parent89785c64b73266320609b05f9fbe820cc8e9f5bb (diff)
downloadchef-6e29f6ff997f58459b294eb27f763b62e12bc532.tar.gz
Adding pull request merge comment for added workload
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index c32ecdcd84..9ad594b550 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -48,13 +48,14 @@ github:
# 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_branch:
- - master:
- version_constraint: 16*
- - chef-15:
- version_constraint: 15*
- - chef-14:
- version_constraint: 14*
+
+release_branches:
+ - master:
+ version_constraint: 16*
+ - chef-15:
+ version_constraint: 15*
+ - chef-14:
+ version_constraint: 14*
changelog:
rollup_header: Changes not yet released to stable
@@ -75,6 +76,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:
- built_in:bump_version: