Skip to content

Commit ea91424

Browse files
authored
chore(migration): Use proper commit type designator when creating PR (#11114)
1 parent 046a410 commit ea91424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/split_repo_migration/git-migrate-history.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ git push -u origin "${BRANCH}" --force
165165
# create pull request
166166
if gh --help > /dev/null
167167
then
168-
gh pr create --title "feat: Migrate code from ${SOURCE_REPO} into ${TARGET_PATH} (#${ISSUE_NUMBER})" --body "See #${ISSUE_NUMBER}."
168+
gh pr create --title "chore(migration): Migrate code from ${SOURCE_REPO} into ${TARGET_PATH}" --body "See #${ISSUE_NUMBER}."
169169
else
170170
hub pull-request -m "migrate code from ${SOURCE_REPO}"
171171
fi
172172

173-
popd
173+
popd

0 commit comments

Comments
 (0)