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 ff11ec1 commit 3a81cb8Copy full SHA for 3a81cb8
migrate/migrate-bot.js
@@ -208,7 +208,7 @@ description: Auto‑generated from cppreference
208
async function createPullRequest(issue, filePath, url) {
209
const branchName = `migrate/${issue.number}-${Date.now().toString(36)}`;
210
const commitMessage = `Migrate ${url}`;
211
- const prTitle = `[#${issue.number}] Migrate ${url}`;
+ const prTitle = `feat: migrate ${url.split('/w/').pop()} from cppref [#${issue.number}]`;
212
const prBody =
213
`自动迁移自 ${url}
214
0 commit comments