summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-14 13:54:45 -0800
committerGitHub <noreply@github.com>2018-11-14 13:54:45 -0800
commit3ed39a60db4be469bb80fc7825a04294213ae732 (patch)
tree2b68857b872972cdbebf3331fac1ccd4839962d9
parent5b43189ddb68f8c1a4f8e9ae981f68be00b697f3 (diff)
parent46343c310703bc1cf856875964b5e2666e0a3c1e (diff)
downloadchef-3ed39a60db4be469bb80fc7825a04294213ae732.tar.gz
Merge pull request #7925 from chef/dep_bump
Make sure to open PRs against the chef-14 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 a95ef794e9..656c2346ca 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -29,7 +29,7 @@ git add .
# DCO sign-off is needed for this sort of PR since it contains no intellectual property
git commit --message "Bump $GEM_NAME to $VERSION" --message "This pull request was triggered automatically via Expeditor when $GEM_NAME $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 "chef-14"
# 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 -