Skip to content

Commit 3a81cb8

Browse files
feat(migrate): use conventional commits for prs
1 parent ff11ec1 commit 3a81cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate/migrate-bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ description: Auto‑generated from cppreference
208208
async function createPullRequest(issue, filePath, url) {
209209
const branchName = `migrate/${issue.number}-${Date.now().toString(36)}`;
210210
const commitMessage = `Migrate ${url}`;
211-
const prTitle = `[#${issue.number}] Migrate ${url}`;
211+
const prTitle = `feat: migrate ${url.split('/w/').pop()} from cppref [#${issue.number}]`;
212212
const prBody =
213213
`自动迁移自 ${url}
214214

0 commit comments

Comments
 (0)