summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2019-02-19 13:20:56 -0600
committerTom Duffield <tom@chef.io>2019-02-19 13:22:14 -0600
commita58e4b440948bbeb377580d5f157b29913c6a533 (patch)
tree50d4439fb36f663cc78914d5b20025c925039257
parentc4c8e947260a4370594b04de395689d98db6380e (diff)
downloadchef-a58e4b440948bbeb377580d5f157b29913c6a533.tar.gz
Open the PR against the appropriate release branch
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/update_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh
index b8c9a7561e..1041f7504a 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -38,7 +38,7 @@ git add .
# DCO sign-off is needed for this sort of PR since it contains no intellectual property
git commit --message "Bump $EXPEDITOR_GEM_NAME to $EXPEDITOR_VERSION" --message "This pull request was triggered automatically via Expeditor when $EXPEDITOR_GEM_NAME $EXPEDITOR_VERSION was promoted to Rubygems." --message "This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required."
-open_pull_request
+open_pull_request "$EXPEDITOR_BRANCH"
# Get back to master and cleanup the leftovers - any changed files left over at the end of this script will get committed to master.
git checkout -