summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-19 11:24:12 -0800
committerGitHub <noreply@github.com>2019-02-19 11:24:12 -0800
commit6f3c318ed0eddc3aa8b297712efafb384b2c9f13 (patch)
tree46226a5e36c55195d0240ffd7cb2381cbf86d49c
parentc067c5dad7eb34dfa8fa09c8e595746df51b8f10 (diff)
parenta58e4b440948bbeb377580d5f157b29913c6a533 (diff)
downloadchef-6f3c318ed0eddc3aa8b297712efafb384b2c9f13.tar.gz
Merge pull request #8234 from chef/tduffield/open-pr-against-branch
Open the PR against the appropriate release branch
-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 -