We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046a410 commit ea91424Copy full SHA for ea91424
scripts/split_repo_migration/git-migrate-history.sh
@@ -165,9 +165,9 @@ git push -u origin "${BRANCH}" --force
165
# create pull request
166
if gh --help > /dev/null
167
then
168
- gh pr create --title "feat: Migrate code from ${SOURCE_REPO} into ${TARGET_PATH} (#${ISSUE_NUMBER})" --body "See #${ISSUE_NUMBER}."
+ gh pr create --title "chore(migration): Migrate code from ${SOURCE_REPO} into ${TARGET_PATH}" --body "See #${ISSUE_NUMBER}."
169
else
170
hub pull-request -m "migrate code from ${SOURCE_REPO}"
171
fi
172
173
-popd
+popd
0 commit comments